Skip to content

Commit 901dde5

Browse files
committed
Fix codestyle
1 parent 35f564d commit 901dde5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Parser/ParserBuilder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ private static function rootFollowUp(): Parser
177177
self::rootNode(),
178178
some($inner),
179179
)->map(
180-
static fn ($args) => new Path([$args[0], ...$args[1]])
180+
static fn ($args) => new Path([$args[0], ...$args[1]]),
181181
);
182182
}
183183

0 commit comments

Comments
 (0)