Skip to content

Commit bb17eca

Browse files
committed
ModPathHelper.kt formatted.
Signed-off-by: Pavel Erokhin (MairwunNx) <MairwunNx@gmail.com>
1 parent 6c40bca commit bb17eca

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

src/main/kotlin/com/mairwunnx/projectessentials/core/helpers/ModPathHelper.kt

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -21,18 +21,12 @@ internal val root: String
2121
var rootPath = ""
2222
DistExecutor.runWhenOn(Dist.CLIENT) {
2323
Runnable {
24-
rootPath =
25-
getRootPath(
26-
ForgeRootPaths.CLIENT
27-
)
24+
rootPath = getRootPath(ForgeRootPaths.CLIENT)
2825
}
2926
}
3027
DistExecutor.runWhenOn(Dist.DEDICATED_SERVER) {
3128
Runnable {
32-
rootPath =
33-
getRootPath(
34-
ForgeRootPaths.SERVER
35-
)
29+
rootPath = getRootPath(ForgeRootPaths.SERVER)
3630
}
3731
}
3832
return rootPath

0 commit comments

Comments
 (0)