mirror of
https://github.com/ansible/awx.git
synced 2026-07-02 20:08:02 -02:30
fix overindent lint failures
This commit is contained in:
@@ -204,7 +204,7 @@ class Role(models.Model):
|
||||
value = description.get('default')
|
||||
|
||||
if '%s' in value and content_type:
|
||||
value = value % model_name
|
||||
value = value % model_name
|
||||
|
||||
return value
|
||||
|
||||
|
||||
Reference in New Issue
Block a user