Skip to content

Commit f5db95e

Browse files
committed
Fixed "code formatter" error
1 parent 2c939cc commit f5db95e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libcxx/modules/std/numeric.inc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,10 @@ export namespace std {
5858
#if _LIBCPP_STD_VER >= 26
5959
// [numeric.sat], saturation arithmetic
6060
using std::add_sat;
61-
using std::sub_sat;
62-
using std::mul_sat;
6361
using std::div_sat;
62+
using std::mul_sat;
6463
using std::saturate_cast;
64+
using std::sub_sat;
6565
#endif
6666

6767
} // namespace std

0 commit comments

Comments
 (0)