Add indentation to code within method

This commit is contained in:
Anirudh S
2016-06-01 20:24:13 +05:30
parent e59b8663bd
commit 5ca73782fa

View File

@@ -115,9 +115,9 @@ class AppDelegate: UIResponder, UIApplicationDelegate {
func application(application: UIApplication, didFinishLaunchingWithOptions launchOptions: [NSObject: AnyObject]?) -> Bool {
IQKeyboardManager.sharedManager().enable = true
IQKeyboardManager.sharedManager().enable = true
return true
return true
}
}
```
@@ -144,9 +144,9 @@ class AppDelegate: UIResponder, UIApplicationDelegate {
func application(application: UIApplication, didFinishLaunchingWithOptions launchOptions: [NSObject: AnyObject]?) -> Bool {
IQKeyboardManager.sharedManager().enable = true
IQKeyboardManager.sharedManager().enable = true
return true
return true
}
}
```