mirror of
https://github.com/actions/runner.git
synced 2025-12-14 13:43:33 +00:00
Fix IDE0090 (#2211)
This commit is contained in:
@@ -32,7 +32,7 @@ namespace GitHub.Runner.Worker
|
||||
Trace.Entering();
|
||||
|
||||
// Create the new tracking config.
|
||||
TrackingConfig config = new TrackingConfig(executionContext);
|
||||
TrackingConfig config = new(executionContext);
|
||||
WriteToFile(file, config);
|
||||
return config;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user