Skip to content

Commit

Permalink
Fix Code Style On delete_maninpulator_node (#2084)
Browse files Browse the repository at this point in the history
automated style fixes

Co-authored-by: sid-parikh <sid-parikh@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and sid-parikh authored Aug 15, 2023
1 parent c3fc070 commit bdcfa8f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
6 changes: 2 additions & 4 deletions rj_gameplay/stp/rc.py
Original file line number Diff line number Diff line change
Expand Up @@ -184,10 +184,8 @@ def lethal_fault(self) -> bool:
"""
if not self.is_ours:
warnings.warn(
(
"Attempting to retrieve lethal fault information from an opposing"
" robot"
),
"Attempting to retrieve lethal fault information from an opposing"
" robot",
RuntimeWarning,
)

Expand Down
6 changes: 2 additions & 4 deletions util/run-clang-tidy.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,10 +152,8 @@ def check_clang_apply_replacements_binary(args):
subprocess.check_call([args.clang_apply_replacements_binary, "--version"])
except:
print(
(
"Unable to run clang-apply-replacements. Is clang-apply-replacements "
"binary correctly specified?"
),
"Unable to run clang-apply-replacements. Is clang-apply-replacements "
"binary correctly specified?",
file=sys.stderr,
)
traceback.print_exc()
Expand Down

0 comments on commit bdcfa8f

Please sign in to comment.