1
0
mirror of https://github.com/go-task/task.git synced 2025-08-10 22:42:19 +02:00

Indentation fix

This commit is contained in:
Andrey Nering
2019-02-09 10:15:38 -02:00
parent f8fb639870
commit 27b35157cd

View File

@@ -43,9 +43,9 @@ type Executor struct {
Stdout io.Writer Stdout io.Writer
Stderr io.Writer Stderr io.Writer
Logger *logger.Logger Logger *logger.Logger
Compiler compiler.Compiler Compiler compiler.Compiler
Output output.Output Output output.Output
OutputStyle string OutputStyle string
taskvars taskfile.Vars taskvars taskfile.Vars