Skip to content

Commit

Permalink
tests: add missing new line to print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
stfsy committed Dec 28, 2024
1 parent 81e17b3 commit 2c9c706
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ func main() {
fmt.Println("Good times. Goodbye.")
os.Exit(0)
} else {
fmt.Printf("Returning exit code 1")
fmt.Println("Returning exit code 1")
os.Exit(1)
}
}

0 comments on commit 2c9c706

Please sign in to comment.