Skip to content

Commit a31b93d

Browse files
authored
style: remove unnecessary semicolon after namespace
This removes the extra ';' warning occurring in the build.
1 parent cf93424 commit a31b93d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/analyzerinfo.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ struct FileSettings;
3535
namespace tinyxml2 {
3636
class XMLDocument;
3737
class XMLElement;
38-
};
38+
}
3939

4040
/// @addtogroup Core
4141
/// @{

0 commit comments

Comments
 (0)