Skip to content

Commit 25cab9a

Browse files
clang format
1 parent 25386bc commit 25cab9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/beman/optional26/tests/optional.t.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -837,7 +837,7 @@ TEST(OptionalTest, HashTest) {
837837
EXPECT_EQ(h3, h4);
838838
EXPECT_NE(h1, h3);
839839

840-
for(int i : std::views::iota(0, 1000)) {
840+
for (int i : std::views::iota(0, 1000)) {
841841
auto h1 = std::hash<beman::optional26::optional<int>>{}(i);
842842
auto h2 = std::hash<int>{}(i);
843843
EXPECT_EQ(h1, h2);

0 commit comments

Comments
 (0)