Whitespace

This commit is contained in:
Jonathan Daugherty 2022-07-17 09:28:16 -07:00
parent 301015a930
commit 312b7f8391

View File

@ -213,13 +213,14 @@ data Viewport =
-- | The type of viewports that indicates the direction(s) in which a
-- viewport is scrollable.
data ViewportType = Vertical
-- ^ Viewports of this type are scrollable only vertically.
| Horizontal
-- ^ Viewports of this type are scrollable only horizontally.
| Both
-- ^ Viewports of this type are scrollable vertically and horizontally.
deriving (Show, Eq)
data ViewportType =
Vertical
-- ^ Viewports of this type are scrollable only vertically.
| Horizontal
-- ^ Viewports of this type are scrollable only horizontally.
| Both
-- ^ Viewports of this type are scrollable vertically and horizontally.
deriving (Show, Eq)
data CacheInvalidateRequest n =
InvalidateSingle n