Fix whitespace from dotnet format

This commit is contained in:
Adam Hathcock
2021-10-02 15:29:03 +01:00
parent ce5432ed73
commit ec2be2869f
7 changed files with 17 additions and 17 deletions

View File

@@ -43,7 +43,7 @@ class Program
Target(Format, () =>
{
Run("dotnet", "tool restore");
Run("dotnet", "format");
Run("dotnet", "format --check");
});
Target(Build, DependsOn(Format),
@@ -59,7 +59,7 @@ class Program
{
return Glob.Files(".", d);
}
if (!RuntimeInformation.IsOSPlatform(OSPlatform.Windows) && framework == "net461")
if (!RuntimeInformation.IsOSPlatform(OSPlatform.Windows) && framework == "net461")
{
return;
}