From dc667196bb0f6b2bd8d6ecd2da42c8fab42a5476 Mon Sep 17 00:00:00 2001 From: Philippe Proulx Date: Tue, 17 Oct 2017 17:30:18 -0400 Subject: [PATCH] barectf/config.py: fix whitespaces (PEP 8) Signed-off-by: Philippe Proulx --- barectf/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/barectf/config.py b/barectf/config.py index 07f501a..9988443 100644 --- a/barectf/config.py +++ b/barectf/config.py @@ -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], -- 2.34.1