From 2d4c9934b7c1f43b5430f4f9b361f2fb94060b4f Mon Sep 17 00:00:00 2001 From: Patrick Shriwise Date: Wed, 12 Jun 2019 16:50:44 -0500 Subject: [PATCH] Small change in spacing. --- openmc/plots.py | 1 - 1 file changed, 1 deletion(-) diff --git a/openmc/plots.py b/openmc/plots.py index 3c810fcf6f..f88d35153e 100644 --- a/openmc/plots.py +++ b/openmc/plots.py @@ -678,7 +678,6 @@ class Plot(IDManagerMixin): color = self._overlap_color if isinstance(color, str): color = _SVG_COLORS[color.lower()] - subelement = ET.SubElement(element, "overlap_color") subelement.text = ' '.join(str(x) for x in color)