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:
6
task.go
6
task.go
@@ -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
|
||||||
|
Reference in New Issue
Block a user