Skip to content

Commit 139481f

Browse files
committed
Remove trailing semicolon
1 parent 7a52675 commit 139481f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/educelab/core/types/Mat.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ class Mat
2626
static constexpr std::size_t cols{Cols};
2727

2828
/** Default constructor */
29-
Mat() { vals_.fill(0); };
29+
Mat() { vals_.fill(0); }
3030

3131
/** @brief Constructor with fill values */
3232
template <typename... Args>

0 commit comments

Comments
 (0)