mirror of
https://github.com/retspen/webvirtcloud
synced 2024-11-01 03:54:15 +00:00
fix identation
This commit is contained in:
parent
4abf62702a
commit
c804b2cde8
1 changed files with 1 additions and 1 deletions
|
@ -24,5 +24,5 @@ class Migration(migrations.Migration):
|
||||||
]
|
]
|
||||||
|
|
||||||
operations = [
|
operations = [
|
||||||
migrations.RunPython(add_default_settings, del_default_settings),
|
migrations.RunPython(add_default_settings, del_default_settings),
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in a new issue