Skip to content

Commit 004009b

Browse files
committed
Remove notification double space
1 parent 97b037b commit 004009b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -637,7 +637,7 @@ try
637637
corrections.push_back(correction);
638638
report_info(to_string(address)
639639
+ ": correction = "s + seconds_to_human(correction)
640-
+ ", latency = "s + seconds_to_human(latency));
640+
+ ", latency = "s + seconds_to_human(latency) + "."s);
641641
}
642642
catch (std::exception& e) {
643643
report_error(to_string(address) + ": "s + e.what());

0 commit comments

Comments
 (0)