Skip to content
This repository was archived by the owner on Mar 10, 2022. It is now read-only.

Commit f69f56c

Browse files
committed
Fix missing space in README
1 parent 78b6200 commit f69f56c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ func keyboardWillAppear(_ info: KeyboardAppearanceInfo) {
7171
self.scrollView.contentInset = insets
7272
self.scrollView.scrollIndicatorInsets = insets
7373
},
74-
completion:nil)
74+
completion: nil)
7575
}
7676

7777
func keyboardWillDisappear(_ info: KeyboardAppearanceInfo) {
@@ -83,7 +83,7 @@ func keyboardWillDisappear(_ info: KeyboardAppearanceInfo) {
8383
self.scrollView.contentInset = insets
8484
self.scrollView.scrollIndicatorInsets = insets
8585
},
86-
completion:nil)
86+
completion: nil)
8787
}
8888
```
8989

0 commit comments

Comments
 (0)