Skip to content

Commit aeeb340

Browse files
style: pre-commit fixes
1 parent ec908c6 commit aeeb340

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/mod_per_interpreter_gil_with_singleton.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ enum class MyEnum : int {
9696
TWO = 2,
9797
THREE = 3,
9898
};
99-
}
99+
} // namespace
100100

101101
PYBIND11_MODULE(mod_per_interpreter_gil_with_singleton,
102102
m,

0 commit comments

Comments
 (0)