mirror of
https://github.com/SquidDev-CC/CC-Tweaked
synced 2025-05-11 03:44:10 +00:00
Fix checkstyle
This is gonna be 50% of my commits at this rate.
This commit is contained in:
parent
8494ba8ce2
commit
c45221a2d0
@ -121,10 +121,10 @@ public final class ResourceMount implements IMount
|
|||||||
|
|
||||||
if( !hasAny )
|
if( !hasAny )
|
||||||
{
|
{
|
||||||
ComputerCraft.log.warn("Cannot find any files under /data/{}/{} for resource mount.", namespace, subPath);
|
ComputerCraft.log.warn( "Cannot find any files under /data/{}/{} for resource mount.", namespace, subPath );
|
||||||
if( newRoot != null )
|
if( newRoot != null )
|
||||||
{
|
{
|
||||||
ComputerCraft.log.warn("There are files under /data/{}/{} though. Did you get the wrong namespace?", existingNamespace, subPath);
|
ComputerCraft.log.warn( "There are files under /data/{}/{} though. Did you get the wrong namespace?", existingNamespace, subPath );
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user