Skip to content

Commit 208ee77

Browse files
committed
fix formatting
1 parent fc5495f commit 208ee77

File tree

1 file changed

+2
-2
lines changed
  • libcxx/test/std/numerics/complex.number/cmplx.over

1 file changed

+2
-2
lines changed

libcxx/test/std/numerics/complex.number/cmplx.over/pow.pass.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,9 +101,9 @@ int main(int, char**)
101101

102102
test<long double, float>();
103103
test<long double, double>();
104-
104+
105105
// Make sure LWG4191: P1467 is respected.
106106
static_assert(std::is_same_v<decltype(std::pow(std::complex<float>(), int())), std::complex<double>>, "");
107107

108-
return 0;
108+
return 0;
109109
}

0 commit comments

Comments
 (0)