Skip to content

Commit df2fcc6

Browse files
style: pre-commit fixes
1 parent b2905a3 commit df2fcc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_embed/test_interpreter.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ TEST_CASE("Restart the interpreter") {
324324

325325
TEST_CASE("Subinterpreter") {
326326
py::module_::import("external_module"); // in the main interpreter
327-
327+
328328
// Add tags to the modules in the main interpreter and test the basics.
329329
py::module_::import("__main__").attr("main_tag") = "main interpreter";
330330
{

0 commit comments

Comments
 (0)