remove extra space

This commit is contained in:
Pfeil, Scott Robert 2019-06-18 13:31:07 -04:00
parent 486cbfdc31
commit 710fbfefba

View File

@ -53,7 +53,7 @@ public class MoleculeStackView: ViewConstrainingView {
/// The spacing to use between each item in the stack. /// The spacing to use between each item in the stack.
var spacing: CGFloat = 16 { var spacing: CGFloat = 16 {
didSet { didSet {
if spacing != oldValue { if spacing != oldValue {
restack() restack()
} }
} }