Fix styling issues

This commit is contained in:
aurorasmiles 2020-08-19 11:08:59 +02:00 committed by GitHub
parent 7f0fd182bb
commit 947871281f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3100,7 +3100,7 @@ public class EditSession extends PassthroughExtent implements AutoCloseable {
} }
@Override @Override
public Entity createEntity(Location location, BaseEntity entity){ public Entity createEntity(Location location, BaseEntity entity) {
try { try {
return this.getExtent().createEntity(location, entity); return this.getExtent().createEntity(location, entity);
} catch (WorldEditException e) { } catch (WorldEditException e) {
@ -3109,8 +3109,7 @@ public class EditSession extends PassthroughExtent implements AutoCloseable {
} }
@Override @Override
public void removeEntity(int x, int y, int z, UUID uuid) public void removeEntity(int x, int y, int z, UUID uuid) {
{
try { try {
this.getExtent().removeEntity(x, y, z, uuid); this.getExtent().removeEntity(x, y, z, uuid);
} catch (WorldEditException e) { } catch (WorldEditException e) {