Skip to content
This repository was archived by the owner on Aug 25, 2025. It is now read-only.

Commit 7f0be60

Browse files
authored
Fix lint in HackfmtFormatter.hack
1 parent b86166f commit 7f0be60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/HackfmtFormatter.hack

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ final class HackfmtFormatter implements ICodegenFormatter {
7171

7272
return Vec\map(
7373
$options,
74-
$option ==> \escapeshellarg($option),
74+
\escapeshellarg<>,
7575
) |> Str\join($$, ' ');
7676
}
7777
}

0 commit comments

Comments
 (0)