Skip to content

Commit e5bd0f2

Browse files
committed
#97 fix format
1 parent 16677d0 commit e5bd0f2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • resources/src/iosMain/kotlin/dev/icerock/moko/resources/utils

resources/src/iosMain/kotlin/dev/icerock/moko/resources/utils/NSBundleExt.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ fun NSBundle.Companion.loadableBundle(identifier: String): NSBundle {
2222
if (url.pathExtension == "bundle") {
2323
val fullPath = "$bundlePath/$relativePath"
2424
val loadedIdentifier: String? = NSBundle.bundleWithPath(fullPath)?.bundleIdentifier
25-
if(isBundleSearchLogEnabled) {
25+
if (isBundleSearchLogEnabled) {
2626
println("moko-resources auto-load bundle with identifier $loadedIdentifier at path $fullPath")
2727
}
2828
}

0 commit comments

Comments
 (0)