Skip to content

Commit 76dcc46

Browse files
committed
Undo formatting changes
1 parent 9232035 commit 76dcc46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/constructors.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ struct bar {
77
};
88

99
TEST_CASE("Constructors", "[constructors]") {
10-
tl::function_ref<void(void)> fr1 = [] {};
10+
tl::function_ref<void(void)> fr1 = []{};
1111
tl::function_ref<void(void)> fr2 = foo;
1212
tl::function_ref<void(bar)> fr3 = &bar::baz;
1313

0 commit comments

Comments
 (0)