summaryrefslogtreecommitdiff
path: root/Command/Unlock.hs
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2012-11-12 01:05:04 -0400
committerJoey Hess <joey@kitenet.net>2012-11-12 01:05:04 -0400
commitebd576ebcb152070539827b345b62db8e8f5f251 (patch)
tree1d6ca5d0c7e79659c4eedc55fddc0fd5965f4c13 /Command/Unlock.hs
parentf0dd6d00d105dbe61f127ca443d57058e39fdb96 (diff)
where indentation
Diffstat (limited to 'Command/Unlock.hs')
-rw-r--r--Command/Unlock.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/Command/Unlock.hs b/Command/Unlock.hs
index f3ffd31ba6..6489fc333a 100644
--- a/Command/Unlock.hs
+++ b/Command/Unlock.hs
@@ -17,8 +17,8 @@ def =
[ c "unlock" "unlock files for modification"
, c "edit" "same as unlock"
]
- where
- c n = command n paramPaths seek
+ where
+ c n = command n paramPaths seek
seek :: [CommandSeek]
seek = [withFilesInGit $ whenAnnexed start]