Skip to content

Commit c4de347

Browse files
committed
remove redundant semicolon
1 parent f7d148b commit c4de347

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/checks.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@ namespace CheckInstances
2929
{
3030
/** List of registered check classes. This is used by Cppcheck to run checks and generate documentation */
3131
CPPCHECKLIB const std::list<Check *>& get();
32-
};
32+
}
3333

3434
#endif // checksH

0 commit comments

Comments
 (0)