We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5db4dea commit 04032d4Copy full SHA for 04032d4
parse/process_options.go
@@ -42,6 +42,6 @@ func WithProgressOutput(w io.Writer) OptionsFunc {
42
return func(o *options) { o.progressOutput = w }
43
}
44
45
-func WithIncludeTimestamp(b bool)OptionsFunc{
46
- return func(o *options){ o.includeTimestamp=b}
47
-}
+func WithIncludeTimestamp(b bool) OptionsFunc {
+ return func(o *options) { o.includeTimestamp = b }
+}
0 commit comments