Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Sep 22, 2023
1 parent fde6737 commit 0ba15ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion angrmanagement/ui/dialogs/function.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def _init_widgets(self):
"Calling Convention:",
"<Unknown>" if self.function.calling_convention is None else f"{self.function.calling_convention}",
),
("Tags:", ", ".join(self.function.tags))
("Tags:", ", ".join(self.function.tags)),
]:
main_layout.addWidget(QLabel(label), r, 0)
le = QLineEdit(text, self)
Expand Down

0 comments on commit 0ba15ac

Please sign in to comment.