Skip to content

Commit

Permalink
Whoops[downloader]: remove extra whitespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
artdeell committed Jan 27, 2025
1 parent 2c60d96 commit 17ca634
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -368,8 +368,6 @@ private void scheduleGameJarDownload(MinecraftClientInfo minecraftClientInfo, St
mSourceJarFile = clientJar;
}



private static byte[] getLocalBuffer() {
byte[] tlb = sThreadLocalDownloadBuffer.get();
if(tlb != null) return tlb;
Expand Down

0 comments on commit 17ca634

Please sign in to comment.