Skip to content

Commit 480153a

Browse files
authored
Merge pull request #4314 from roystgnr/drop_semicolon
Remove superfluous semicolon
2 parents 3830ac1 + c300018 commit 480153a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/numerics/sparse_matrix.C

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ namespace
7070
{
7171
if (hdf5val < 0)
7272
libmesh_error_msg("HDF5 error from " + objname + " in " + filename);
73-
};
73+
}
7474
#endif
7575
}
7676

0 commit comments

Comments
 (0)