Skip to content

Commit 8d82e2b

Browse files
committed
format
1 parent 5a13276 commit 8d82e2b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

taskfile/reader.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,6 @@ func (o *promptFuncOption) ApplyToReader(r *Reader) {
187187
// building an [ast.TaskfileGraph] as it goes. If any errors occur, they will be
188188
// returned immediately.
189189
func (r *Reader) Read(ctx context.Context, node Node) (*ast.TaskfileGraph, error) {
190-
191190
// Clean up git cache after reading all taskfiles
192191
defer func() {
193192
_ = CleanGitCache()

0 commit comments

Comments
 (0)