mirror of
https://github.com/actions/runner.git
synced 2025-12-15 06:26:46 +00:00
Fix IDE0090 (#2211)
This commit is contained in:
@@ -15,7 +15,7 @@ namespace GitHub.Runner.Worker.Container
|
||||
private IDictionary<string, string> _userPortMappings;
|
||||
private List<PortMapping> _portMappings;
|
||||
private IDictionary<string, string> _environmentVariables;
|
||||
private List<PathMapping> _pathMappings = new List<PathMapping>();
|
||||
private List<PathMapping> _pathMappings = new();
|
||||
|
||||
public ContainerInfo()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user