Skip to content

Commit

Permalink
cleanup: match NOT_IMPLEMENTED_GCOVR_EXCL_LINE change (envoyproxy#53)
Browse files Browse the repository at this point in the history
Signed-off-by: Stephan Zuercher <[email protected]>
  • Loading branch information
zuercher authored Jul 18, 2018
1 parent d0b5ebf commit 3e5b733
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion echo2_config.cc
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class Echo2ConfigFactory : public NamedNetworkFilterConfigFactory {
std::string name() override { return "echo2"; }

Network::FilterFactoryCb createFilterFactory(const Json::Object&, FactoryContext&) override {
NOT_IMPLEMENTED;
NOT_IMPLEMENTED_GCOVR_EXCL_LINE;
}
};

Expand Down

0 comments on commit 3e5b733

Please sign in to comment.