mirror of
https://github.com/Creators-of-Create/Create.git
synced 2024-12-27 07:27:15 +01:00
Added missing whitespace
This commit is contained in:
parent
2201d87da7
commit
ffd605f8ac
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ public abstract class TranslatingContraption extends Contraption {
|
||||||
return Collections.emptySet();
|
return Collections.emptySet();
|
||||||
if (cachedColliders == null || cachedColliderDirection != movementDirection) {
|
if (cachedColliders == null || cachedColliderDirection != movementDirection) {
|
||||||
cachedColliderDirection = movementDirection;
|
cachedColliderDirection = movementDirection;
|
||||||
cachedColliders= createColliders(world, movementDirection);
|
cachedColliders = createColliders(world, movementDirection);
|
||||||
}
|
}
|
||||||
return cachedColliders;
|
return cachedColliders;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue