Skip to content

Commit d1106bc

Browse files
committed
Fix code formatting
1 parent 57638e9 commit d1106bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/examples/python/fzf_history.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
@lldb.command()
1010
def fzf_history(debugger, cmdstr, ctx, result, _):
11-
if sys.platform != 'darwin':
11+
if sys.platform != "darwin":
1212
result.SetError("fzf_history supports macOS only")
1313
return
1414

0 commit comments

Comments
 (0)