From 27b35157cdd0f9fe3eb450cf22233f6a3d9689b4 Mon Sep 17 00:00:00 2001 From: Andrey Nering Date: Sat, 9 Feb 2019 10:15:38 -0200 Subject: [PATCH] Indentation fix --- task.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/task.go b/task.go index e8979b4b..0a774185 100644 --- a/task.go +++ b/task.go @@ -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