Skip to content

Commit 11329c1

Browse files
format in test
1 parent 7f1ad78 commit 11329c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libcxx/test/std/time/time.traits.is.clock/trait.is.clock.compile.verify.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ struct is_clock<int> : std::false_type {}; // expected-error@*:* {{'is_clock' ca
1919
template <>
2020
constexpr bool is_clock_v<float> = false; // expected-error@*:* {{'is_clock_v' cannot be specialized}}
2121

22-
}
22+
} // namespace std::chrono

0 commit comments

Comments
 (0)