From a08a856533d4ad5f7dae0269c7266fc2c34578aa Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Fri, 25 Aug 2017 04:11:02 -0400 Subject: [PATCH] Style cleanup. Signed-off-by: Roberto Rosario --- mayan/apps/acls/models.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/mayan/apps/acls/models.py b/mayan/apps/acls/models.py index 9e9e0e2531..4c972ef285 100644 --- a/mayan/apps/acls/models.py +++ b/mayan/apps/acls/models.py @@ -35,8 +35,7 @@ class AccessControlList(models.Model): ) object_id = models.PositiveIntegerField() content_object = GenericForeignKey( - ct_field='content_type', - fk_field='object_id', + ct_field='content_type', fk_field='object_id', ) # TODO: limit choices to the permissions valid for the content_object permissions = models.ManyToManyField(