diff --git a/test/extensions/dynamic_modules/abi_version_test.cc b/test/extensions/dynamic_modules/abi_version_test.cc index 73990723e200..d3a558c84558 100644 --- a/test/extensions/dynamic_modules/abi_version_test.cc +++ b/test/extensions/dynamic_modules/abi_version_test.cc @@ -27,7 +27,8 @@ TEST(DynamicModules, ABIVersionCheck) { EXPECT_EQ(sha256, kAbiVersion); } -// This test ensures that the copied ABI header files in the SDK directory are identical to the original ABI headers. +// This test ensures that the copied ABI header files in the SDK directory are identical to the +// original ABI headers. TEST(DynamicModules, ABIHeaderIdentical) { const std::string original_abi_header = TestEnvironment::readFileToStringForTest( TestEnvironment::substitute("{{ test_rundir }}/source/extensions/dynamic_modules/abi.h")); @@ -38,7 +39,6 @@ TEST(DynamicModules, ABIHeaderIdentical) { // TODO: Add Go SDK. } - } // namespace DynamicModules } // namespace Extensions } // namespace Envoy