Skip to content

Commit 46d9f26

Browse files
authored
fix indent issue
1 parent 50cf336 commit 46d9f26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flowlauncher/FlowLauncher.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ def __init__(self):
3333
response = {"result": results}
3434
else:
3535
response = results
36-
print(demjson.encode(response))
36+
print(demjson.encode(response))
3737

3838
def query(self, param: str = '') -> list:
3939
"""

0 commit comments

Comments
 (0)