Skip to content

Commit f4ac880

Browse files
committed
rubocop
1 parent 25431c9 commit f4ac880

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/bashly/config_validator.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,8 @@ def assert_command(key, value)
212212
assert repeatable_args < 2, "#{key}.args cannot have more than one repeatable args"
213213

214214
if repeatable_args == 1
215-
assert value['args'].last['repeatable'], "#{key}.args cannot contain a repeatable arg unless it is the last one"
215+
assert value['args'].last['repeatable'],
216+
"#{key}.args cannot contain a repeatable arg unless it is the last one"
216217
end
217218
end
218219

0 commit comments

Comments
 (0)