From 852b96714e2f64826ae293657f20ec88c769f6d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jurko=20Gospodneti=C4=87?= Date: Fri, 8 Dec 2017 23:48:58 +0100 Subject: [PATCH] use spaces consistently instead of some of them being   --- testing/acceptance_test.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/testing/acceptance_test.py b/testing/acceptance_test.py index ff3dda4e5..b4277e46d 100644 --- a/testing/acceptance_test.py +++ b/testing/acceptance_test.py @@ -603,11 +603,11 @@ class TestInvocationVariants(object): # The structure of the test directory is now: # . # ├── hello - # │   └── ns_pkg - # │   ├── __init__.py - # │   └── hello - # │   ├── __init__.py - # │   └── test_hello.py + # │ └── ns_pkg + # │ ├── __init__.py + # │ └── hello + # │ ├── __init__.py + # │ └── test_hello.py # └── world # └── ns_pkg # ├── __init__.py