Skip to content

Commit

Permalink
Fix Layout/LineContinuationSpacing offenses in kitchen
Browse files Browse the repository at this point in the history
  • Loading branch information
A1EF committed Apr 16, 2023
1 parent 3312384 commit 9a3cda5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/kitchen
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ if File.file?(bundle_binstub)
load(bundle_binstub)
else
abort(
'Your `bin/bundle` was not generated by Bundler, '\
'so this binstub cannot run. Replace `bin/bundle` by running '\
'Your `bin/bundle` was not generated by Bundler, ' \
'so this binstub cannot run. Replace `bin/bundle` by running ' \
'`bundle binstubs bundler --force`, then run this command again.'
)
end
Expand Down

0 comments on commit 9a3cda5

Please sign in to comment.