Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrommcarrasco committed Apr 7, 2019
1 parent 2167da1 commit 24725b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sucrose/Extensions/UIEdgeInsets+Init.swift
Expand Up @@ -31,7 +31,7 @@ extension UIEdgeInsets {
}

init(vertical: CGFloat) {
self.initr
self.init(top: vertical, left: 0, bottom: vertical, right: 0)
}

init(horizontal: CGFloat) {
Expand Down

0 comments on commit 24725b5

Please sign in to comment.