Removed extraneous blank line from Nav2D.

This commit is contained in:
L.S. Leary 2016-08-29 16:53:46 +12:00
parent 4aaf053273
commit ea6e1a5d6d

View File

@ -318,7 +318,6 @@ lineNavigation = N 1 doLineNavigation
centerNavigation :: Navigation2D centerNavigation :: Navigation2D
centerNavigation = N 2 doCenterNavigation centerNavigation = N 2 doCenterNavigation
-- | Hybrid navigation. This attempts Line navigation, then falls back on Center -- | Hybrid navigation. This attempts Line navigation, then falls back on Center
-- navigation if it does not find any suitable target windows. This is useful since -- navigation if it does not find any suitable target windows. This is useful since
-- Line navigation tends to fail on gaps, but provides more intuitive motions -- Line navigation tends to fail on gaps, but provides more intuitive motions