Add missing brace

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2021-02-12 13:43:44 -08:00
parent 4243932d09
commit d0f99cfd51

View File

@ -166,6 +166,7 @@ sub reboot_system {
} }
assert_and_click "restart_confirm"; assert_and_click "restart_confirm";
} }
}
# When we are outside KDE (not logged in), the only way to reboot is to click # When we are outside KDE (not logged in), the only way to reboot is to click
# the reboot icon. # the reboot icon.
else { else {