Skip to content
This repository was archived by the owner on Jan 22, 2023. It is now read-only.

Commit cc28363

Browse files
committed
style: Whitespace fixes
1 parent e1bb32c commit cc28363

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/do.nim

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@ proc doAbstract(
1212
homeDir: string,
1313
options: Options,
1414
dotfiles: seq[array[2, string]],
15-
runSymlinkSymlink: proc (dotfile: string, srcFile: string, options: Options),
16-
runSymlinkFile: proc (dotfile: string, srcFile: string, options: Options),
17-
runSymlinkDir: proc (dotfile: string, srcFile: string, options: Options),
18-
runSymlinkNull: proc (dotfile: string, srcFile: string),
15+
runSymlinkSymlink: proc(dotfile: string, srcFile: string, options: Options),
16+
runSymlinkFile: proc(dotfile: string, srcFile: string, options: Options),
17+
runSymlinkDir: proc(dotfile: string, srcFile: string, options: Options),
18+
runSymlinkNull: proc(dotfile: string, srcFile: string),
1919
runFileFile: proc(dotfile: string, srcFile: string),
2020
runFileDir: proc(dotfile: string, srcFile: string),
21-
runFileNull: proc (dotfile: string, srcFile: string),
21+
runFileNull: proc(dotfile: string, srcFile: string),
2222
runDirFile: proc(dotfile: string, srcFile: string),
2323
runDirDir: proc(dotfile: string, srcFile: string),
2424
runDirNull: proc(dotfile: string, srcFile: string),

0 commit comments

Comments
 (0)