Formatting

This commit is contained in:
gdk 2022-12-28 20:01:05 -03:00
parent d5d971bc95
commit dd187b0ac3
2 changed files with 1 additions and 3 deletions

View file

@ -19,7 +19,5 @@ namespace Ryujinx.Horizon.Common
public InvalidResultException(string message, Exception innerException) : base(message, innerException)
{
}
}
}

View file

@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<TargetFramework>netstandard2.0</TargetFramework>
</PropertyGroup>
<ItemGroup>