1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-23 22:25:14 -04:00

Enforce comment style in CS

This commit is contained in:
Qstick
2022-11-20 12:27:45 -06:00
parent d37fac5343
commit 44d7c54077
149 changed files with 351 additions and 352 deletions
@@ -42,7 +42,7 @@ namespace NzbDrone.Core.Test.MetadataSource.SkyHook
movie.Studio.Should().NotBeNullOrWhiteSpace();
movie.Runtime.Should().BeGreaterThan(0);
//series.TvRageId.Should().BeGreaterThan(0);
// series.TvRageId.Should().BeGreaterThan(0);
movie.TmdbId.Should().BeGreaterThan(0);
}
}