From fb50147c7a58d23e3fb8fc676da3f4e707e76ff7 Mon Sep 17 00:00:00 2001 From: Vinyl Darkscratch Date: Tue, 17 Apr 2018 00:59:00 -0700 Subject: [PATCH] Minor whitespace change --- scripts/Script.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/Script.rb b/scripts/Script.rb index e9037b4..1c5c1f0 100644 --- a/scripts/Script.rb +++ b/scripts/Script.rb @@ -378,7 +378,7 @@ module Script 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