Merge "Remove trailing whitespace"

This commit is contained in:
Zuul 2022-10-13 21:38:07 +00:00 committed by Gerrit Code Review
commit 666ba04b40

@ -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: