Skip to content

Commit

Permalink
Remove excessive whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
Garanas committed May 11, 2024
1 parent cce2ee3 commit a18552a
Showing 1 changed file with 0 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,6 @@ public class ReplayHeaderParser {
try (LittleEndianDataInputStream stream = new LittleEndianDataInputStream((new ByteArrayInputStream(bytes)))) {
LuaData mod = parseLua(stream);





return null;
}
}
Expand All @@ -59,9 +55,6 @@ public class ReplayHeaderParser {
try (LittleEndianDataInputStream stream = new LittleEndianDataInputStream((new ByteArrayInputStream(bytes)))) {
LuaData gameOptions = parseLua(stream);




return null;
}
}
Expand All @@ -71,9 +64,6 @@ public class ReplayHeaderParser {
try (LittleEndianDataInputStream stream = new LittleEndianDataInputStream((new ByteArrayInputStream(bytes)))) {
LuaData playerOptions = parseLua(stream);




return null;
}
}
Expand Down

0 comments on commit a18552a

Please sign in to comment.