Skip to content

Commit 4794892

Browse files
committed
refact: clang-formatted
1 parent 93d02ee commit 4794892

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/test_embed/test_interpreter.cpp

+1-2
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,6 @@ TEST_CASE("Custom PyConfig with argv") {
196196
REQUIRE(cpp_widget.argv0() == "");
197197
}
198198
py::initialize_interpreter();
199-
200199
}
201200

202201
TEST_CASE("Add program dir to path") {
@@ -450,4 +449,4 @@ TEST_CASE("make_iterator can be called before then after finalizing an interpret
450449
}());
451450

452451
py::initialize_interpreter();
453-
}
452+
}

0 commit comments

Comments
 (0)