From 9cee45ad62d592cc87bf872f8f53a8ed2a6ac120 Mon Sep 17 00:00:00 2001 From: Ryan Blue Date: Tue, 10 Sep 2024 22:54:45 -0400 Subject: [PATCH] format --- upstream_utils/concurrentqueue.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/upstream_utils/concurrentqueue.py b/upstream_utils/concurrentqueue.py index 7a59916e485..81c3306721a 100755 --- a/upstream_utils/concurrentqueue.py +++ b/upstream_utils/concurrentqueue.py @@ -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