From 9d97adbc46787387d998a21da0de2e491111e88a Mon Sep 17 00:00:00 2001 From: Harvey Tuch Date: Sun, 12 Aug 2018 10:14:18 -0400 Subject: [PATCH] Avoid trailing \ in multi-line comment. Signed-off-by: Harvey Tuch --- test/common/router/config_impl_test.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/common/router/config_impl_test.cc b/test/common/router/config_impl_test.cc index ee2305052756..ce0da5c96dc1 100644 --- a/test/common/router/config_impl_test.cc +++ b/test/common/router/config_impl_test.cc @@ -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: