Skip to content

Commit 2828581

Browse files
committed
format
1 parent 35071e5 commit 2828581

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/analyzerinfo.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ bool AnalyzerInformation::Info::parse(const std::string& filesTxtLine) {
192192
try {
193193
fileIndex = std::stoi(filesTxtLine.substr(sep2+1, sep3-sep2-1));
194194
} catch (const std::exception&) {
195-
return false;
195+
return false;
196196
}
197197
}
198198

0 commit comments

Comments
 (0)