Skip to content

Commit 4bd71ab

Browse files
amyreesefacebook-github-bot
authored andcommitted
migrate fbobjc/ to ruff
Summary: Formats the covered files with pyfmt. paintitblack Reviewed By: parul100495, aleivag Differential Revision: D65982035 fbshipit-source-id: 76b3e7060f03a4431b49483e82d7ef5543eec93f
1 parent e9a3904 commit 4bd71ab

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

Diff for: commands/FBDebugCommands.py

-1
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,6 @@ def run(self, arguments, options):
286286

287287

288288
def switchBreakpointState(expression, on):
289-
290289
expression_pattern = re.compile(r"{}".format(expression), re.I)
291290

292291
target = lldb.debugger.GetSelectedTarget()

Diff for: fbchisellldb.py

-1
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,6 @@ def helpForCommand(command, filename):
169169
if command.options():
170170
help += "\n\nOptions:"
171171
for option in command.options():
172-
173172
if option.longName and option.shortName:
174173
optionFlag = option.longName + "/" + option.shortName
175174
elif option.longName:

0 commit comments

Comments
 (0)