Skip to content

Commit 1674a37

Browse files
authored
clang-format nannying (#22169)
1 parent 7293812 commit 1674a37

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/Fuerte/ConnectionFailuresTest.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,8 +126,8 @@ static void tryToConnectExpectFailure(f::EventLoopService& eventLoopService,
126126
// that cannot be resolved.
127127
TEST(ConnectionFailureTest, CannotResolveHttp) {
128128
f::EventLoopService loop;
129-
tryToConnectExpectFailure(
130-
loop, "http://thishostmustnotexist.arango.ai:8529", false);
129+
tryToConnectExpectFailure(loop, "http://thishostmustnotexist.arango.ai:8529",
130+
false);
131131
}
132132

133133
// CannotConnect tests try to make a connection to a host with a valid name

0 commit comments

Comments
 (0)