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 Oct 4, 2021
1 parent 0e9c134 commit 4ebcbaa
Showing 1 changed file with 2 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

0 comments on commit 4ebcbaa

Please sign in to comment.