Fix indentation

This commit is contained in:
Dan Balasescu
2022-11-29 20:03:12 +09:00
parent 7dfb33514f
commit acd755426b

View File

@@ -1,6 +1,7 @@
<Project>
<PropertyGroup>
<AssemblyName>osu.Framework.SourceGeneration</AssemblyName>
<AssemblyName>osu.Framework.SourceGeneration</AssemblyName>
<TargetFramework>netstandard2.0</TargetFramework>
<LangVersion>9.0</LangVersion>