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>
</array>
<key>CFBundleVersion</key>
<string>1.8.1715</string>
<string>1.8.1739</string>
<key>ITSAppUsesNonExemptEncryption</key>
<false/>
<key>LSRequiresIPhoneOS</key>

View File

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

View File

@ -54,7 +54,7 @@ class ScanLocalBookOperation: Operation {
}
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 {
produceOperation(BookmarkMigrationOperation())
}