mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-22 20:15:51 +00:00
Reformat code with clang-format-18
This commit is contained in:
@@ -285,7 +285,8 @@ Writer::output(double f)
|
||||
impl_->output({s.data(), lengthWithoutTrailingZeros(s)});
|
||||
}
|
||||
|
||||
void Writer::output(std::nullptr_t)
|
||||
void
|
||||
Writer::output(std::nullptr_t)
|
||||
{
|
||||
impl_->output("null");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user