1
0
mirror of https://github.com/go-task/task.git synced 2025-02-09 13:47:06 +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
Stderr io.Writer
Logger *logger.Logger
Compiler compiler.Compiler
Output output.Output
Logger *logger.Logger
Compiler compiler.Compiler
Output output.Output
OutputStyle string
taskvars taskfile.Vars