Skip to content

Commit 0eb4582

Browse files
committed
format
1 parent d1f0a4e commit 0eb4582

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

taskfile/ast/cmd.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ import (
99

1010
// Cmd is a task command
1111
type Cmd struct {
12-
Cmd string // Resolved command (used for execution and fingerprinting)
13-
CmdTemplate string // Original template before variable resolution (used for secret masking)
12+
Cmd string // Resolved command (used for execution and fingerprinting)
13+
CmdTemplate string // Original template before variable resolution (used for secret masking)
1414
Task string
1515
For *For
1616
Silent bool

0 commit comments

Comments
 (0)