Skip to content

Commit

Permalink
Apply some formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
BGMP committed Feb 21, 2022
1 parent 5137544 commit 17cf0d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ task version: [:package] do
]

File.open('packages.json', 'w+') do |f|
contents.each { |line| f.puts(line) }
contents.each { |l| f.puts(l) }
end
end

Expand Down

0 comments on commit 17cf0d5

Please sign in to comment.