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

Commit

Permalink
Fix missing space in README
Browse files Browse the repository at this point in the history
  • Loading branch information
dominik-hadl committed May 14, 2019
1 parent 78b6200 commit f69f56c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ func keyboardWillAppear(_ info: KeyboardAppearanceInfo) {
self.scrollView.contentInset = insets
self.scrollView.scrollIndicatorInsets = insets
},
completion:nil)
completion: nil)
}

func keyboardWillDisappear(_ info: KeyboardAppearanceInfo) {
Expand All @@ -83,7 +83,7 @@ func keyboardWillDisappear(_ info: KeyboardAppearanceInfo) {
self.scrollView.contentInset = insets
self.scrollView.scrollIndicatorInsets = insets
},
completion:nil)
completion: nil)
}
```

Expand Down

0 comments on commit f69f56c

Please sign in to comment.