From 2894d105cbb963d3889750d3af0e6cbec9b04c27 Mon Sep 17 00:00:00 2001
From: Enno Lohmeier <enno@nerdworks.de>
Date: Thu, 5 Jul 2018 13:10:08 +0200
Subject: [PATCH] fix code style issue

---
 src/documents/admin.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/documents/admin.py b/src/documents/admin.py
index 2727c7704..659ad8581 100644
--- a/src/documents/admin.py
+++ b/src/documents/admin.py
@@ -115,7 +115,8 @@ class CorrespondentAdmin(CommonAdmin):
 
 class TagAdmin(CommonAdmin):
 
-    list_display = ("name", "colour", "match", "matching_algorithm", "document_count")
+    list_display = ("name", "colour", "match", "matching_algorithm",
+                    "document_count")
     list_filter = ("colour", "matching_algorithm")
     list_editable = ("colour", "match", "matching_algorithm")