Skip to content
Prev Previous commit
Next Next commit
Fix code format with a newline.
  • Loading branch information
Berrysoft committed Jun 18, 2020
commit c64aee91da11fc27f6216eaf4a0c63b4685b37f1
2 changes: 1 addition & 1 deletion tests/std/tests/VSO_0553723_pow_template/test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,4 @@ int main() {
STATIC_ASSERT(std::is_same_v<decltype(std::pow(s, ll)), double>);
STATIC_ASSERT(std::is_same_v<decltype(std::pow(s, i)), double>);
STATIC_ASSERT(std::is_same_v<decltype(std::pow(s, s)), double>);
}
}