Skip to content

Commit 96b4908

Browse files
authored
Add semicolon to end of line
1 parent f7d2273 commit 96b4908

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/nucname.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,7 @@ namespace nucname
358358
/// \}
359359

360360
/// \ function that checks for metastability and returns a number according to the state
361-
extern int pyne::nucname::isomer_id(std::string end_char)
361+
extern int pyne::nucname::isomer_id(std::string end_char);
362362

363363
/// \name ZZZAAA Form Functions
364364
/// \{

0 commit comments

Comments
 (0)