Skip to content

Commit

Permalink
fix: fix coderabbit warning
Browse files Browse the repository at this point in the history
Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
  • Loading branch information
hlts2 committed May 13, 2024
1 parent ca888dd commit a8dec7e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions example/server/egress-filter/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ var (
)

func init() {

Check warning on line 38 in example/server/egress-filter/main.go

View check run for this annotation

Codecov / codecov/patch

example/server/egress-filter/main.go#L38

Added line #L38 was not covered by tests
// init initializes the command-line flags with default values for the filter setup.
/**
Port option specifies grpc server port of your egress filter. Default value is `8083`.
Dimension option specifies dimension size of vectors. Default value is `784`.
Expand Down

0 comments on commit a8dec7e

Please sign in to comment.