Skip to content

Commit 72dd06c

Browse files
committed
add - in comment for consistency
1 parent 0d00616 commit 72dd06c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/vet.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ not git grep "\"github.com/golang/protobuf/*" -- "*.go" ':(exclude)reflection/te
6767
# - Ensure all usages of grpc_testing package are renamed when importing.
6868
not git grep "\(import \|^\s*\)\"google.golang.org/grpc/interop/grpc_testing" -- "*.go"
6969

70-
# Ensure that no trailing spaces are found.
70+
# - Ensure that no trailing spaces are found.
7171
not git grep '[[:blank:]]$'
7272

7373
# - Ensure all xds proto imports are renamed to *pb or *grpc.

0 commit comments

Comments
 (0)