File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -190,7 +190,7 @@ KeepEmptyLines:
190190 AtStartOfBlock : true
191191 AtStartOfFile : true
192192KeepFormFeed : false
193- LambdaBodyIndentation : Signature
193+ LambdaBodyIndentation : OuterScope
194194LineEnding : DeriveLF
195195MacroBlockBegin : " "
196196MacroBlockEnd : " "
Original file line number Diff line number Diff line change @@ -57,7 +57,8 @@ namespace dotnamecpp::v1 {
5757
5858 // Run for specified duration
5959 if (durationSeconds > 0 ) {
60- logger_->infoStream () << " MOCK BUSINESS LOGIC running for " << durationSeconds << " seconds ..." ;
60+ logger_->infoStream () << " MOCK BUSINESS LOGIC running for " << durationSeconds
61+ << " seconds ..." ;
6162 for (int i = 0 ; i < durationSeconds && !shouldStop_.load (); ++i) {
6263 std::this_thread::sleep_for (std::chrono::seconds (1 ));
6364 }
You can’t perform that action at this time.
0 commit comments