Skip to content

Commit 654a99a

Browse files
committed
Fix formatting
1 parent 3893627 commit 654a99a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp11test/src/test-list.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ context("list-C++") {
130130
cpp11::writable::list y(1);
131131
expect_false(y.named());
132132
}
133-
133+
134134
test_that("list.empty() works") {
135135
cpp11::writable::list x;
136136

0 commit comments

Comments
 (0)