From 272d38407f0a7460b0e3958a8dfeb71dfb342b3e Mon Sep 17 00:00:00 2001
From: Clayton Smith <argilo@gmail.com>
Date: Mon, 12 Oct 2020 16:13:19 -0400
Subject: grc: fix pylint C0303: Trailing whitespace

---
 grc/tests/test_xml_parser.py | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

(limited to 'grc/tests/test_xml_parser.py')

diff --git a/grc/tests/test_xml_parser.py b/grc/tests/test_xml_parser.py
index 44bdebb13f..cde08b29b0 100644
--- a/grc/tests/test_xml_parser.py
+++ b/grc/tests/test_xml_parser.py
@@ -2,7 +2,7 @@
 # This file is part of GNU Radio
 #
 # SPDX-License-Identifier: GPL-2.0-or-later
-# 
+#
 
 from os import path
 import sys
@@ -25,4 +25,3 @@ def test_flow_graph_converter_with_fp():
         data = flow_graph.from_xml(fp)
 
     flow_graph.dump(data, sys.stdout)
-
-- 
cgit v1.2.3