Skip to content

Commit

Permalink
fix typo in erlfmt_cli
Browse files Browse the repository at this point in the history
  • Loading branch information
awalterschulze authored and michalmuskala committed Nov 24, 2021
1 parent ce8468d commit ae1c256
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/erlfmt_cli.erl
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ format_file(FileName, Config) ->
[{pragma, Pragma}] ++
[{print_width, PrintWidth} || PrintWidth =/= undefined] ++
[verbose || Verbose] ++
[{range, Range} || range =/= undefined],
[{range, Range} || Range =/= undefined],
Result =
case {Range, Out, FileName} of
{undefined, check, stdin} ->
Expand Down

0 comments on commit ae1c256

Please sign in to comment.