Skip to content

Commit 9a3cda5

Browse files
committed
Fix Layout/LineContinuationSpacing offenses in kitchen
1 parent 3312384 commit 9a3cda5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bin/kitchen

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ if File.file?(bundle_binstub)
1919
load(bundle_binstub)
2020
else
2121
abort(
22-
'Your `bin/bundle` was not generated by Bundler, '\
23-
'so this binstub cannot run. Replace `bin/bundle` by running '\
22+
'Your `bin/bundle` was not generated by Bundler, ' \
23+
'so this binstub cannot run. Replace `bin/bundle` by running ' \
2424
'`bundle binstubs bundler --force`, then run this command again.'
2525
)
2626
end

0 commit comments

Comments
 (0)