Skip to content
This repository was archived by the owner on Oct 2, 2020. It is now read-only.

Commit c828045

Browse files
authored
Fix indentation
1 parent cb5861c commit c828045

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

app/syncTabs.m

+4-4
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ - (NSString*)deviceName {
4949

5050
@protocol WBSSafariBookmarksSyncAgentProtocol
5151
- (void)saveTabsForCurrentDeviceWithDictionaryRepresentation:(NSDictionary *)dict
52-
deviceUUIDString:(NSString *)uuidString
53-
completionHandler:(void (^)(NSError *))completionHandler;
52+
deviceUUIDString:(NSString *)uuidString
53+
completionHandler:(void (^)(NSError *))completionHandler;
5454
@end
5555

5656
///////////////////////////////////////////////////////////////////////////////////////////////
@@ -83,8 +83,8 @@ - (void)saveTabs:(NSArray *)tabs completionHandler:(void (^)(NSError *))completi
8383
};
8484

8585
[[self.connection remoteObjectProxy] saveTabsForCurrentDeviceWithDictionaryRepresentation:dict
86-
deviceUUIDString:[[JCDefaults sharedInstance] deviceName]
87-
completionHandler:completionHandler];
86+
deviceUUIDString:[[JCDefaults sharedInstance] deviceName]
87+
completionHandler:completionHandler];
8888
}
8989

9090
@end

0 commit comments

Comments
 (0)