From cb08847942627c9e2f3a69a2fc666d987b02a177 Mon Sep 17 00:00:00 2001 From: sujkang Date: Thu, 19 Nov 2020 11:27:26 -0800 Subject: [PATCH] remove blank line --- show/reboot_cause.py | 1 - 1 file changed, 1 deletion(-) diff --git a/show/reboot_cause.py b/show/reboot_cause.py index 6d4de2941a..3d2cafb46a 100755 --- a/show/reboot_cause.py +++ b/show/reboot_cause.py @@ -66,4 +66,3 @@ def history(): header = ['Name', 'Cause', 'Time', 'User', 'Comment'] click.echo(tabulate(table, header)) -