Skip to content

Commit c8f12b0

Browse files
committed
runformat
1 parent 91b5ee5 commit c8f12b0

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

lib/suppressions.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -812,8 +812,7 @@ int polyspace::Parser::parseRange(const std::string& comment, std::string::size_
812812
int ret = std::stoi(range);
813813
pos = endpos;
814814
return ret;
815-
} catch (const std::invalid_argument &) {
816-
}
815+
} catch (const std::invalid_argument &) {}
817816
return 0;
818817
}
819818

0 commit comments

Comments
 (0)