Skip to content

Commit

Permalink
Avoid trailing \ in multi-line comment.
Browse files Browse the repository at this point in the history
Signed-off-by: Harvey Tuch <htuch@google.com>
  • Loading branch information
htuch committed Aug 12, 2018
1 parent 0a4d865 commit 9d97adb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/common/router/config_impl_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ namespace {

// Wrap ConfigImpl, the target of tests to allow us to regenerate the route_fuzz_test
// corpus when run with:
// bazel run //test/common/router:config_impl_test \
// bazel run //test/common/router:config_impl_test
// --test_env="ROUTE_CORPUS_PATH=$PWD/test/common/router/route_corpus"
class TestConfigImpl : public ConfigImpl {
public:
Expand Down

0 comments on commit 9d97adb

Please sign in to comment.