Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
rzblue committed Sep 11, 2024
1 parent eac5b34 commit 9cee45a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion upstream_utils/concurrentqueue.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ def copy_upstream_src(wpilib_root):

# Copy header into allwpilib
dest_filename = os.path.join(
wpiutil, f"src/main/native/thirdparty/concurrentqueue/include/wpi/concurrentqueue.h"
wpiutil,
f"src/main/native/thirdparty/concurrentqueue/include/wpi/concurrentqueue.h",
)
shutil.copyfile("concurrentqueue.h", dest_filename)
# Rename namespace from moodycamel to wpi
Expand Down

0 comments on commit 9cee45a

Please sign in to comment.