Skip to content

Commit 3ec02e5

Browse files
committed
style: 🎨 fix format
1 parent 7f33e44 commit 3ec02e5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lib/main.ex

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ defmodule InterpolationApp.Main do
2525

2626
defp extract_args(args) do
2727
args
28-
|> Enum.map(fn arg -> String.split(arg, "--") end)
29-
|> List.flatten()
30-
|> Enum.filter(fn s -> s != "" end)
28+
|> Enum.map(fn arg -> String.split(arg, "--") end)
29+
|> List.flatten()
30+
|> Enum.filter(fn s -> s != "" end)
3131
end
3232

3333
defp help do

0 commit comments

Comments
 (0)