Skip to content

Commit

Permalink
ios: Add newline in warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
Mickey Reiss committed Oct 3, 2018
1 parent 631585a commit b21c6f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion langs/ios/ios.go
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ func firestorePath(model firemodel.SchemaModel) string {
}

if len(args) == 0 {
fmt.Printf("warning: no firestore path for %s", model.Name)
fmt.Printf("warning: no firestore path for %s\n", model.Name)
return ""
}

Expand Down

0 comments on commit b21c6f0

Please sign in to comment.