From 6ffa14c632775e361fdce96badca09c5e195f93d Mon Sep 17 00:00:00 2001 From: Ola Bini Date: Mon, 25 Jan 2016 14:22:03 -0500 Subject: [PATCH] Bad merge managed to introduce whitespace again. Sigh. --- letsencrypt-nginx/letsencrypt_nginx/tests/configurator_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/letsencrypt-nginx/letsencrypt_nginx/tests/configurator_test.py b/letsencrypt-nginx/letsencrypt_nginx/tests/configurator_test.py index f35dcdfc0..c91372651 100644 --- a/letsencrypt-nginx/letsencrypt_nginx/tests/configurator_test.py +++ b/letsencrypt-nginx/letsencrypt_nginx/tests/configurator_test.py @@ -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