mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2025-02-14 13:41:31 -05:00
Fix whitespace
This commit is contained in:
parent
845b0b2c97
commit
f2d90d5c02
@ -18,7 +18,7 @@ import sys
|
||||
sys.dont_write_bytecode = True
|
||||
from synapse.python_dependencies import check_requirements
|
||||
|
||||
if __name__=='__main__':
|
||||
if __name__ == '__main__':
|
||||
check_requirements()
|
||||
|
||||
from synapse.storage.engines import create_engine, IncorrectDatabaseSetup
|
||||
|
Loading…
x
Reference in New Issue
Block a user