Fix checkstyle

This is gonna be 50% of my commits at this rate.
This commit is contained in:
Jonathan Coates 2021-04-13 13:03:26 +01:00
parent 8494ba8ce2
commit c45221a2d0
1 changed files with 2 additions and 2 deletions

View File

@ -121,10 +121,10 @@ private void load()
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 )
{
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 );
}
}
}