Skip to content

Commit ebd820f

Browse files
restyled-commitsandy31415
authored andcommitted
Restyled by clang-format
1 parent 5facba8 commit ebd820f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/app/server-cluster/tests/TestServerClusterInterface.cpp

+1-2
Original file line numberDiff line numberDiff line change
@@ -237,6 +237,5 @@ TEST(TestServerClusterInterface, InvokeDefault)
237237

238238
request.path = { 0 /* endpoint */, 1 /* cluster */, 1234 /* command */ };
239239

240-
ASSERT_EQ(cluster.Invoke(request, tlvReader, nullptr /* command handler, assumed unused here */),
241-
Status::UnsupportedCommand);
240+
ASSERT_EQ(cluster.Invoke(request, tlvReader, nullptr /* command handler, assumed unused here */), Status::UnsupportedCommand);
242241
}

0 commit comments

Comments
 (0)