mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-26 22:46:53 -04:00
Replaced built-in valuetypes with language keywords.
This commit is contained in:
@@ -15,7 +15,7 @@ namespace NzbDrone.Update
|
||||
|
||||
public static IContainer Build(IStartupContext startupContext)
|
||||
{
|
||||
var assemblies = new List<String>
|
||||
var assemblies = new List<string>
|
||||
{
|
||||
"NzbDrone.Update",
|
||||
"NzbDrone.Common"
|
||||
|
||||
Reference in New Issue
Block a user