Cosmetic: whitespace

This commit is contained in:
Tony Garnock-Jones 2024-04-17 13:22:21 +02:00
parent 782f24687f
commit 305c0c26ee
1 changed files with 1 additions and 1 deletions

View File

@ -229,7 +229,7 @@ export function drop_lit(p: P.Pattern): AnyValue | null {
target.push(walk(p));
}
}
function walk(p: P.Pattern): AnyValue {
switch (p._variant) {
case 'group':