mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-28 07:18:51 +00:00
Shell: Put a space after the match pattern expression when formatting
This commit is contained in:
parent
5f15fb17d9
commit
cd48ec2abd
Notes:
sideshowbarker
2024-07-19 01:54:15 +09:00
Author: https://github.com/alimpfard
Commit: cd48ec2abd
Pull-request: https://github.com/SerenityOS/serenity/pull/3765
1 changed files with 1 additions and 0 deletions
|
@ -373,6 +373,7 @@ void Formatter::visit(const AST::MatchExpr* node)
|
||||||
option.visit(*this);
|
option.visit(*this);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
current_builder().append(' ');
|
||||||
in_new_block([&] {
|
in_new_block([&] {
|
||||||
if (entry.body)
|
if (entry.body)
|
||||||
entry.body->visit(*this);
|
entry.body->visit(*this);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue