LIB: improve formatting style
This commit is contained in:
parent
94095ec28b
commit
7c84dce09f
@ -67,6 +67,8 @@ data FileOperation = FCopy DTInfoZipper DTInfoZipper
|
||||
| None
|
||||
|
||||
|
||||
|
||||
|
||||
runFileOp :: FileOperation -> IO ()
|
||||
runFileOp (FCopy from@(File {}, _) to) = copyFileToDir from to
|
||||
runFileOp (FCopy from@(Dir {}, _) to) = copyDir from to
|
||||
|
Loading…
Reference in New Issue
Block a user