Skip to content

Commit 1c4bd31

Browse files
committed
final output on 2 lines
1 parent b7d69f9 commit 1c4bd31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/build_desktop_app_with_firebase.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ def main():
244244
build_app_with_prebuilt(args.app_dir, args.sdk_dir, args.build_dir, args.arch,
245245
args.msvc_runtime_library, args.config)
246246

247-
print ("Build successful! "
247+
print ("Build successful!\n"
248248
"Please find your executables in build directory: {0}".format
249249
(os.path.join(args.app_dir, args.build_dir)))
250250

0 commit comments

Comments
 (0)