Skip to content

Commit

Permalink
style(pre-commit): autofix
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed May 30, 2024
1 parent 977cd70 commit 4891711
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion simulator/carla_autoware/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@
"console_scripts": ["carla_autoware = carla_autoware.carla_autoware:main"],
},
package_dir={"": "src"},
)
)
Original file line number Diff line number Diff line change
Expand Up @@ -197,4 +197,4 @@ def main():


if __name__ == "__main__":
main()
main()
2 changes: 1 addition & 1 deletion simulator/carla_autoware/src/carla_autoware/carla_ros.py
Original file line number Diff line number Diff line change
Expand Up @@ -461,4 +461,4 @@ def run_step(self, input_data, timestamp):

# Publish ego vehicle status
self.ego_status()
return self.current_control
return self.current_control

0 comments on commit 4891711

Please sign in to comment.