Remove trailing whitespace

Change-Id: I7c863d1875908d2b885918ec7caed747ae6e345b
This commit is contained in:
Pierre Riteau 2022-10-07 16:23:56 +02:00
parent 14a04a69cc
commit 69ef2b3b3e

View File

@ -173,7 +173,7 @@ def test_ntp_running(host):
def test_ntp_non_default_time_server(host):
# Tests that the NTP pool has been changed from pool.ntp.org to
# time.cloudflare.com
if ('centos' in host.system_info.distribution.lower() or
if ('centos' in host.system_info.distribution.lower() or
'rocky' in host.system_info.distribution.lower()):
chrony_config = host.file("/etc/chrony.conf")
else: