update comment syntax

This commit is contained in:
Chris Li 2016-10-13 15:39:01 -04:00
parent a76e817d14
commit ea1ec6aab6
3 changed files with 3 additions and 3 deletions

View File

@ -49,7 +49,7 @@
</dict> </dict>
</array> </array>
<key>CFBundleVersion</key> <key>CFBundleVersion</key>
<string>1.8.1715</string> <string>1.8.1739</string>
<key>ITSAppUsesNonExemptEncryption</key> <key>ITSAppUsesNonExemptEncryption</key>
<false/> <false/>
<key>LSRequiresIPhoneOS</key> <key>LSRequiresIPhoneOS</key>

View File

@ -21,7 +21,7 @@
<key>CFBundleSignature</key> <key>CFBundleSignature</key>
<string>????</string> <string>????</string>
<key>CFBundleVersion</key> <key>CFBundleVersion</key>
<string>1.8.1715</string> <string>1.8.1739</string>
<key>NSExtension</key> <key>NSExtension</key>
<dict> <dict>
<key>NSExtensionMainStoryboard</key> <key>NSExtensionMainStoryboard</key>

View File

@ -54,7 +54,7 @@ class ScanLocalBookOperation: Operation {
} }
override func operationDidFinish(errors: [ErrorType]) { override func operationDidFinish(errors: [ErrorType]) {
print("Scan finshed, lasted for \(-time.timeIntervalSinceNow) seconds.") print(String(format: "Scan finshed, lasted for %.4f seconds.", -time.timeIntervalSinceNow))
if shouldMigrateBookmarks { if shouldMigrateBookmarks {
produceOperation(BookmarkMigrationOperation()) produceOperation(BookmarkMigrationOperation())
} }