Skip to content

Commit 70b5d61

Browse files
committed
Fix formatting in runner.cc
1 parent 2394672 commit 70b5d61

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/runner.cc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,8 @@ lldb::SBProcess LaunchTestProgram(const Runfiles& runfiles,
107107
if (bpId == bp.GetID()) {
108108
running = false;
109109
} else {
110-
std::cerr << "Stopped at unknown breakpoint: " << bpId << std::endl;
110+
std::cerr << "Stopped at unknown breakpoint: " << bpId
111+
<< std::endl;
111112
}
112113
}
113114
break;

0 commit comments

Comments
 (0)