barectf/config.py: fix whitespaces (PEP 8)
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Tue, 17 Oct 2017 21:30:18 +0000 (17:30 -0400)
committerPhilippe Proulx <eeppeliteloop@gmail.com>
Tue, 17 Oct 2017 21:30:18 +0000 (17:30 -0400)
Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
barectf/config.py

index 07f501a0d642707520068a7707617bff90dcb7be..9988443725782eeb22534f833c6d628f62fe4729 100644 (file)
@@ -70,7 +70,7 @@ class Config:
         version_tuple = barectf.get_version_tuple()
         base_env = {
             'domain': 'bare',
-            'tracer_name': 'barectf'        ,
+            'tracer_name': 'barectf',
             'tracer_major': version_tuple[0],
             'tracer_minor': version_tuple[1],
             'tracer_patch': version_tuple[2],
This page took 0.024388 seconds and 4 git commands to generate.