From b21c6f0f24d8c75ef0155e81a1282ce693a4c8f4 Mon Sep 17 00:00:00 2001 From: Mickey Reiss Date: Tue, 2 Oct 2018 17:19:08 -0700 Subject: [PATCH] ios: Add newline in warnings --- langs/ios/ios.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/langs/ios/ios.go b/langs/ios/ios.go index 6697681..366416f 100644 --- a/langs/ios/ios.go +++ b/langs/ios/ios.go @@ -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 "" }