Skip to content

Commit 04032d4

Browse files
committed
fixed formatting of WithIncludeTimestamp function
1 parent 5db4dea commit 04032d4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

parse/process_options.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,6 @@ func WithProgressOutput(w io.Writer) OptionsFunc {
4242
return func(o *options) { o.progressOutput = w }
4343
}
4444

45-
func WithIncludeTimestamp(b bool)OptionsFunc{
46-
return func(o *options){ o.includeTimestamp=b}
47-
}
45+
func WithIncludeTimestamp(b bool) OptionsFunc {
46+
return func(o *options) { o.includeTimestamp = b }
47+
}

0 commit comments

Comments
 (0)