Skip to content

Commit

Permalink
Minor whitespace change
Browse files Browse the repository at this point in the history
  • Loading branch information
queengooborg committed Apr 17, 2018
1 parent eba1a22 commit fb50147
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/Script.rb
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,7 @@ def self.copy_journal
begin
if File.file?(Oneshot::JOURNAL)
File.open(Oneshot::JOURNAL, "rb") do |input|
File.open(Oneshot::GAME_PATH + "/Oneshot/" + Oneshot::JOURNAL,"wb") do |output|
File.open(Oneshot::GAME_PATH + "/Oneshot/" + Oneshot::JOURNAL, "wb") do |output|
while buff = input.read(4096)
output.write(buff)
end
Expand Down

0 comments on commit fb50147

Please sign in to comment.