Skip to content

Commit f5d6054

Browse files
committed
clang format
1 parent fd99010 commit f5d6054

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cpp11test/src/test-doubles.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
#include "cpp11/doubles.hpp"
44
#include "cpp11/function.hpp"
55
#include "cpp11/integers.hpp"
6+
#include "cpp11/logicals.hpp"
67
#include "cpp11/sexp.hpp"
78
#include "cpp11/strings.hpp"
8-
#include "cpp11/logicals.hpp"
99

1010
#include <testthat.h>
1111

@@ -457,7 +457,7 @@ context("doubles-C++") {
457457

458458
test_that("as_doubles(logicals)") {
459459
cpp11::writable::logicals y;
460-
460+
461461
for (int i = 0; i < 4; i++) {
462462
y.push_back(i % 2 == 0);
463463
}

0 commit comments

Comments
 (0)