mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-26 09:30:24 +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: https://github.com/SerenityOS/serenity/commit/cd48ec2abde 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);
|
||||
}
|
||||
|
||||
current_builder().append(' ');
|
||||
in_new_block([&] {
|
||||
if (entry.body)
|
||||
entry.body->visit(*this);
|
||||
|
|
Loading…
Reference in a new issue