Skip to content

Commit

Permalink
Fix code style.
Browse files Browse the repository at this point in the history
  • Loading branch information
reitermarkus committed Oct 5, 2023
1 parent ddb45f8 commit 64e9f8d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion lib/tasks/repos.rake
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ task :repos => [:'brew:casks_and_formulae'] do
},
'ThrottleInterval' => 60,
'ProgramArguments' => [
'/bin/bash', '-c', <<-SH
'/bin/bash', '-c', <<-SH,
pushd #{repos_dir.to_s.shellescape}
for repo in *; do
Expand Down
2 changes: 2 additions & 0 deletions lib/tasks/skim.rake
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# frozen_string_literal: true

require 'defaults'

task :skim do
Expand Down

0 comments on commit 64e9f8d

Please sign in to comment.