mirror of
https://github.com/go-task/task.git
synced 2025-01-12 04:34:11 +02:00
rearrange imports
This commit is contained in:
parent
f945cf2343
commit
34f6da86c3
@ -1,9 +1,10 @@
|
||||
package summary
|
||||
|
||||
import (
|
||||
"strings"
|
||||
|
||||
"github.com/go-task/task/v2/internal/logger"
|
||||
"github.com/go-task/task/v2/internal/taskfile"
|
||||
"strings"
|
||||
)
|
||||
|
||||
func Print(l *logger.Logger, t *taskfile.Task) {
|
||||
|
Loading…
Reference in New Issue
Block a user