Skip to content

Commit 8c7b714

Browse files
committed
Fix: add final newline and remove trailing whitespace
1 parent 8821689 commit 8c7b714

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

build

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
# The ASF licenses this file to You under the Apache License, Version 2.0
88
# (the ""License""); you may not use this file except in compliance with
99
# the License. You may obtain a copy of the License at
10-
#
10+
#
1111
# http://www.apache.org/licenses/LICENSE-2.0
12-
#
12+
#
1313
# Unless required by applicable law or agreed to in writing, software
1414
# distributed under the License is distributed on an ""AS IS"" BASIS,
1515
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
@@ -52,4 +52,4 @@ then
5252
echo "Powershell Core could not be found. Please install version 3 or higher."
5353
exit
5454
fi
55-
pwsh -ExecutionPolicy bypass -Command "& './build.ps1'" "$@"
55+
pwsh -ExecutionPolicy bypass -Command "& './build.ps1'" "$@"

src/Directory.Build.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
<Import Project="$([MSBuild]::GetPathOfFileAbove('Directory.Build.props', '$(MSBuildThisFileDirectory)../'))" />
2323

2424
<PropertyGroup>
25-
<!-- According to the docs (https://docs.microsoft.com/en-us/cpp/build/reference/common-macros-for-build-commands-and-properties?view=vs-2019), the
25+
<!-- According to the docs (https://docs.microsoft.com/en-us/cpp/build/reference/common-macros-for-build-commands-and-properties?view=vs-2019), the
2626
SolutionDir is only available when running in the IDE, so we patch to ensure it also works when using dotnet.exe -->
2727
<SolutionDir Condition=" '$(SolutionDir)' == '' ">$(MSBuildThisFileDirectory)../</SolutionDir>
2828
</PropertyGroup>
29-
</Project>
29+
</Project>

src/Directory.Build.targets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@
2020
-->
2121
<Project>
2222
<Import Project="$([MSBuild]::GetPathOfFileAbove('Directory.Build.targets', '$(MSBuildThisFileDirectory)../'))" />
23-
</Project>
23+
</Project>

0 commit comments

Comments
 (0)