Skip to content

Commit e7b372a

Browse files
committed
drop trailing periods
Created using spr 1.3.4
1 parent fcd17b3 commit e7b372a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

bolt/lib/Profile/DataAggregator.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1499,7 +1499,7 @@ void DataAggregator::printColdSamplesDiagnostic() const {
14991499
outs()
15001500
<< "WARNING: The BOLT-processed binary where samples were collected "
15011501
"likely used bad data or your service observed a large shift in "
1502-
"profile. You may want to audit this.\n";
1502+
"profile. You may want to audit this\n";
15031503
}
15041504
}
15051505

@@ -1541,7 +1541,7 @@ void DataAggregator::printBranchSamplesDiagnostics() const {
15411541
outs() << "\n !! WARNING !! This high mismatch ratio indicates the input "
15421542
"binary is probably not the same binary used during profiling "
15431543
"collection. The generated data may be ineffective for improving "
1544-
"performance.\n\n";
1544+
"performance\n\n";
15451545
printLongRangeTracesDiagnostic();
15461546
printColdSamplesDiagnostic();
15471547
}
@@ -1554,7 +1554,7 @@ void DataAggregator::printBasicSamplesDiagnostics(
15541554
outs() << "\n !! WARNING !! This high mismatch ratio indicates the input "
15551555
"binary is probably not the same binary used during profiling "
15561556
"collection. The generated data may be ineffective for improving "
1557-
"performance.\n\n";
1557+
"performance\n\n";
15581558
printColdSamplesDiagnostic();
15591559
}
15601560

0 commit comments

Comments
 (0)