Skip to content

Commit 82dc3da

Browse files
author
Bharat Mediratta
committed
Improve string concatenation style
1 parent bdb02ab commit 82dc3da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Loop/Extensions/NSBundle.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ extension Bundle {
3232

3333
var mainAppUrl: URL? {
3434
if let mainAppBundleIdentifier = mainAppBundleIdentifier {
35-
return URL(string: mainAppBundleIdentifier + "://")
35+
return URL(string: "\(mainAppBundleIdentifier)://")
3636
} else {
3737
return nil
3838
}

0 commit comments

Comments
 (0)