Skip to content
This repository was archived by the owner on Sep 9, 2020. It is now read-only.

Commit f8086d8

Browse files
krisnovasdboyer
authored andcommitted
Adding a newline to the end of solve err
1 parent 1d167f3 commit f8086d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/dep/init.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ func isStdLib(path string) bool {
204204
// TODO solve failures can be really creative - we need to be similarly creative
205205
// in handling them and informing the user appropriately
206206
func handleAllTheFailuresOfTheWorld(err error) {
207-
fmt.Printf("solve error: %s", err)
207+
fmt.Printf("solve error: %s\n", err)
208208
}
209209

210210
func writeFile(path string, in json.Marshaler) error {

0 commit comments

Comments
 (0)