Skip to content

Commit 6bfcef1

Browse files
committed
Fix indentation in AppleBuild.props for clarity
1 parent 05157ad commit 6bfcef1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mono/msbuild/apple/build/AppleBuild.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<MonoForceInterpreter Condition="'$(MonoForceInterpreter)' == ''">true</MonoForceInterpreter>
1010
</PropertyGroup>
1111

12-
<PropertyGroup Condition="'$(UseMonoRuntime)' != 'true' and '$(UseNativeAOTRuntime)' != 'true'">
12+
<PropertyGroup Condition="'$(UseMonoRuntime)' != 'true' and '$(UseNativeAOTRuntime)' != 'true'">
1313
<PublishReadyToRun Condition="'$(PublishReadyToRun)' == ''">true</PublishReadyToRun>
1414
<PublishReadyToRunComposite Condition="'$(PublishReadyToRun)' == 'true'">true</PublishReadyToRunComposite>
1515
<PublishReadyToRunContainerFormat Condition="'$(PublishReadyToRun)' == 'true'">macho</PublishReadyToRunContainerFormat>

0 commit comments

Comments
 (0)