Skip to content

Commit fd5b79a

Browse files
committed
Fix whitespace.
1 parent 665a1cf commit fd5b79a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

WordPress/Classes/ViewRelated/Gutenberg/Collapsable Header/CollapsableHeaderViewController.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -521,7 +521,7 @@ class CollapsableHeaderViewController: UIViewController, NoResultsViewHost {
521521
visualEffect.isHidden = true
522522
}
523523
}
524-
524+
525525
/// In scenarios where the content offset before content changes doesn't align with the available space after the content changes then the offset can be lost. In
526526
/// order to preserve the header's collpased state we cache the offset and attempt to reapply it if needed.
527527
private var stashedOffset: CGPoint? = nil

0 commit comments

Comments
 (0)