Skip to content

Commit

Permalink
Add an empty line between functions in the testfile
Browse files Browse the repository at this point in the history
  • Loading branch information
a-palchikov committed Apr 20, 2022
1 parent fb6efb3 commit 58db674
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mage/testdata/racy_deps/magefile.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
//go:build mage
// +build mage

package main
Expand Down Expand Up @@ -26,6 +27,7 @@ func Test3() error {
fmt.Println("execute test3")
return nil
}

func Test4() error {
mg.Deps(Test1, Test2, Test3)
fmt.Println("execute test4")
Expand Down
1 change: 1 addition & 0 deletions mg/deps.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ package mg

import (
"context"
"fmt"
"log"
"os"
"reflect"
Expand Down

0 comments on commit 58db674

Please sign in to comment.