Skip to content

Commit f7265ed

Browse files
committed
Use mix format
1 parent f1d7d26 commit f7265ed

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

lib/credo/check/refactor/pipe_chain_start.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ defmodule Credo.Check.Refactor.PipeChainStart do
4646
:"<|>",
4747
:"^^^",
4848
:"~~~",
49-
:"..//"
49+
:..//
5050
]
5151

5252
@doc false

lib/credo/execution/task/validate_options.ex

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,9 @@ defmodule Credo.Execution.Task.ValidateOptions do
3838
defp print_switch(exec, {name, _value}), do: print_switch(exec, name)
3939

4040
defp print_switch(exec, name) do
41-
UI.warn([:red, "** (credo) Unknown switch for `#{exec.cli_options.command}` command: #{name}"])
41+
UI.warn([
42+
:red,
43+
"** (credo) Unknown switch for `#{exec.cli_options.command}` command: #{name}"
44+
])
4245
end
4346
end

0 commit comments

Comments
 (0)