Remove Unnecessary Semicolons on Closing Braces

These generate diagnostic messages from GCC at '-pedantic' levels.
This commit is contained in:
Bård Skaflestad
2023-09-07 17:07:35 +02:00
parent 3411e1e0c6
commit 1261cf2b5c
3 changed files with 3 additions and 3 deletions

View File

@@ -122,6 +122,6 @@ public:
};
}; // namespace Opm
} // namespace Opm
#endif // LBC_HPP