Trailing newlines + standardize tabs -> spaces

This commit is contained in:
Piotr Puszkiewicz 2017-03-02 20:35:20 -08:00
parent d9a06ba95c
commit e617376bc7
181 changed files with 285 additions and 285 deletions

View file

@ -36,7 +36,7 @@ namespace Microsoft.DotNet.Tests
_firstDotnetVerbUseCommandResult = command.ExecuteWithCapturedOutput("new --debug:ephemeral-hive");
_nugetCacheFolder = new DirectoryInfo(testNugetCache);
}
}
[Fact]
public void UsingDotnetForTheFirstTimeSucceeds()
@ -135,4 +135,4 @@ A command is running to initially populate your local package cache, to improve
return s.Replace("\r\n", "\n").Replace("\r", "\n");
}
}
}
}