From cd7a76d60d533d7499acbcf1d8150de4cb53c9d9 Mon Sep 17 00:00:00 2001 From: Ryan Blue Date: Mon, 28 Oct 2024 19:31:00 -0400 Subject: [PATCH] format --- wpimath/generate_quickbuf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wpimath/generate_quickbuf.py b/wpimath/generate_quickbuf.py index cb5eb59d33c..944cc34d5d3 100755 --- a/wpimath/generate_quickbuf.py +++ b/wpimath/generate_quickbuf.py @@ -34,7 +34,7 @@ def generate_quickbuf( "// Copyright (c) FIRST and other WPILib contributors.\n// Open Source Software; you can modify and/or share it under the terms of\n// the WPILib BSD license file in the root directory of this project.\n" + content, encoding="utf-8", - newline="\n" + newline="\n", )