Skip to content

Commit 33084a6

Browse files
committed
fix indentation
Signed-off-by: Matthias Büchse <[email protected]>
1 parent 5d24070 commit 33084a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compliance-monitor/sql.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ def db_get_schema_version(cur: cursor):
169169

170170

171171
def db_set_schema_version(cur: cursor, version: str):
172-
cur.execute('''
172+
cur.execute('''
173173
INSERT INTO meta (key, value)
174174
VALUES (%s, %s)
175175
ON CONFLICT (key)

0 commit comments

Comments
 (0)