diff --git a/src/HackfmtFormatter.hack b/src/HackfmtFormatter.hack index 68ea8561..8afdc86d 100644 --- a/src/HackfmtFormatter.hack +++ b/src/HackfmtFormatter.hack @@ -71,7 +71,7 @@ final class HackfmtFormatter implements ICodegenFormatter { return Vec\map( $options, - $option ==> \escapeshellarg($option), + \escapeshellarg<>, ) |> Str\join($$, ' '); } }