mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-19 00:41:43 +00:00
[ci] Upgrade to wpiformat 2026.56 (#8666)
This commit is contained in:
@@ -28,8 +28,7 @@ def copy_upstream_src(wpilib_root: Path):
|
||||
wpimath / "src/main/native/thirdparty/sleipnir/include/gch/small_vector.hpp",
|
||||
"w",
|
||||
) as f:
|
||||
f.write(
|
||||
"""// Copyright (c) Sleipnir contributors
|
||||
f.write("""// Copyright (c) Sleipnir contributors
|
||||
|
||||
#pragma once
|
||||
|
||||
@@ -41,8 +40,7 @@ template <typename T>
|
||||
using small_vector = wpi::util::SmallVector<T>;
|
||||
|
||||
} // namespace gch
|
||||
"""
|
||||
)
|
||||
""")
|
||||
|
||||
|
||||
def main():
|
||||
|
||||
Reference in New Issue
Block a user