Replace tabs with 4 spaces

This commit is contained in:
ta264
2019-12-22 21:24:10 +00:00
committed by Qstick
parent 8476e36122
commit 997ff74fb9
69 changed files with 806 additions and 806 deletions
+1 -1
View File
@@ -71,7 +71,7 @@ namespace NzbDrone.App.Test
}
[Test]
[Ignore("Shit appveyor")]
[Ignore("Shit appveyor")]
public void should_return_same_instance_of_singletons()
{
var first = _container.ResolveAll<IHandle<ApplicationShutdownRequested>>().OfType<Scheduler>().Single();