Clean up some instances of double white space
This commit is contained in:
@@ -108,7 +108,7 @@ class SpritePixels
|
||||
|
||||
}
|
||||
|
||||
public void drawAtOn(Rasterizer2D graphics, int x, int y)
|
||||
public void drawAtOn(Rasterizer2D graphics, int x, int y)
|
||||
{
|
||||
x += this.offsetX;
|
||||
y += this.offsetY;
|
||||
|
||||
@@ -64,7 +64,7 @@ public class AreaDumper
|
||||
|
||||
for (AreaDefinition area : areaManager.getAreas())
|
||||
{
|
||||
Files.asCharSink(new File(outDir, area.id + ".json"), Charset.defaultCharset()).write(gson.toJson(area));
|
||||
Files.asCharSink(new File(outDir, area.id + ".json"), Charset.defaultCharset()).write(gson.toJson(area));
|
||||
++count;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user