Skip to content

Commit d32ca0f

Browse files
committed
Changed code format slightly in an earlier attempt to mitigate the problem.
Now it's time to change it back.
1 parent c6eea86 commit d32ca0f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/src/integration/integration.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -190,8 +190,7 @@ void Integration::SetUp() {
190190
if (is_session_requested_ && is_ccm_start_requested_) {
191191
connect();
192192
}
193-
}
194-
catch (CCM::BridgeException be) {
193+
} catch (CCM::BridgeException be) {
195194
// Issue creating the CCM bridge instance (force failure)
196195
FAIL() << be.what();
197196
}

0 commit comments

Comments
 (0)