From 61fa99844a1c6aaf8fb1cfa06f400ea7400b1ea4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ciro=20Santilli=20=E5=85=AD=E5=9B=9B=E4=BA=8B=E4=BB=B6=20?= =?UTF-8?q?=E6=B3=95=E8=BD=AE=E5=8A=9F?= Date: Fri, 30 Nov 2018 00:00:01 +0000 Subject: [PATCH] run: minor style --- run | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/run b/run index f835be6..d74dc9a 100755 --- a/run +++ b/run @@ -205,7 +205,8 @@ def main(args, extra_args=None): ]) if common.baremetal is None: cmd.extend([ - '--param', 'system.panic_on_panic = True', common.Newline]) + '--param', 'system.panic_on_panic = True', common.Newline + ]) else: cmd.extend([ '--bare-metal', common.Newline,