1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2024-12-13 11:40:29 +00:00

Fix style

@gegy1000 don't say *I* get distracted
This commit is contained in:
Restioson 2017-05-13 09:39:24 +02:00
parent 88b55934c7
commit aad81bead7

View File

@ -333,7 +333,8 @@ public class BlockPeripheral extends BlockPeripheralBase
}
break;
}
case Speaker: {
case Speaker:
{
state = state.withProperty( Properties.FACING, dir );
break;
}