Skip to content

Commit df70ffc

Browse files
author
tac0turtle
committed
lint-fix
1 parent 7f58f22 commit df70ffc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ func main() {
4141
} else {
4242
fmt.Printf("--> Running full tests in: %s\n", modDir)
4343
}
44-
44+
4545
cmd := exec.Command("go", testArgs...)
4646
cmd.Dir = modDir // Set the working directory for the command
4747
cmd.Stdout = os.Stdout

0 commit comments

Comments
 (0)