mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 14:37:46 +00:00
Everywhere: Run clang-format
This commit is contained in:
parent
8639d8bc21
commit
d26aabff04
140 changed files with 1202 additions and 723 deletions
|
@ -363,7 +363,8 @@ ErrorOr<void> print_async_generator(JS::PrintContext& print_context, JS::AsyncGe
|
|||
}
|
||||
|
||||
template<typename T>
|
||||
ErrorOr<void> print_number(JS::PrintContext& print_context, T number) requires IsArithmetic<T>
|
||||
ErrorOr<void> print_number(JS::PrintContext& print_context, T number)
|
||||
requires IsArithmetic<T>
|
||||
{
|
||||
TRY(js_out(print_context, "\033[35;1m"));
|
||||
TRY(js_out(print_context, "{}", number));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue