From 629ef887c84e79058bef2611a50c15d5b414727b Mon Sep 17 00:00:00 2001
From: El Ju <50764748+elju@users.noreply.github.com>
Date: Tue, 18 Feb 2020 10:38:54 +0100
Subject: [PATCH] Removed White Space
---
netbox/ipam/tables.py | 1 -
1 file changed, 1 deletion(-)
diff --git a/netbox/ipam/tables.py b/netbox/ipam/tables.py
index 81da1d0da..8e47a3164 100644
--- a/netbox/ipam/tables.py
+++ b/netbox/ipam/tables.py
@@ -44,7 +44,6 @@ PREFIX_UTILIZATION_GRAPH = """
{% if record.pk %}{% utilization_graph record.get_utilization %}{% else %}—{% endif %}
"""
-
ROLE_PREFIX_COUNT = """
{{ value }}
"""