Skip to content

Commit

Permalink
Silence Ruff warning
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk committed Dec 6, 2023
1 parent 1c7ccf9 commit 582c94e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion winbuild/build_prepare.py
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ def cmd_msbuild(
# freetype doesn't specify SDK version, MSBuild may guess incorrectly
'<PropertyGroup Label="Globals">': (
'<PropertyGroup Label="Globals">\n '
" <WindowsTargetPlatformVersion>$(WindowsSDKVersion)</WindowsTargetPlatformVersion>"
" <WindowsTargetPlatformVersion>$(WindowsSDKVersion)</WindowsTargetPlatformVersion>" # noqa: E501
),
},
r"builds\windows\vc2010\freetype.user.props": {
Expand Down

0 comments on commit 582c94e

Please sign in to comment.