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", )