Bad merge managed to introduce whitespace again. Sigh.

This commit is contained in:
Ola Bini 2016-01-25 14:22:03 -05:00
parent f77ab1b844
commit 6ffa14c632
No known key found for this signature in database
GPG key ID: 465757AF3914B4B7

View file

@ -395,6 +395,6 @@ class NginxConfiguratorTest(util.NginxTest):
generated_conf = self.config.parser.parsed[example_conf]
self.assertTrue(util.contains_at_depth(generated_conf, expected, 2))
if __name__ == "__main__":
unittest.main() # pragma: no cover