Skip to content

Commit

Permalink
remove extra newline
Browse files Browse the repository at this point in the history
  • Loading branch information
hafarooki committed Jun 3, 2020
1 parent 1fe39f9 commit 33075fe
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ private void processBlock(List<ExplodedBlockData> explodedBlockDataList, double
processTileEntity(explodedBlockDataList, block, explodedTime);
}


ExplodedBlockData explodedBlockData = new ExplodedBlockData(x, y, z, explodedTime, blockData, tileEntity);
explodedBlockDataList.add(explodedBlockData);

Expand Down

0 comments on commit 33075fe

Please sign in to comment.