mirror of
https://github.com/HackPlan/IQKeyboardManager.git
synced 2026-04-24 05:45:57 +08:00
Add indentation to code within method
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user