Skip to content

Commit 1520875

Browse files
Fixing spaces
1 parent 23065ad commit 1520875

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Agent.Sdk/Knob/AgentKnobs.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -725,6 +725,7 @@ public class AgentKnobs
725725
new PipelineFeatureSource("UseNode20ToStartContainer"),
726726
new RuntimeKnobSource("AZP_AGENT_USE_NODE20_TO_START_CONTAINER"),
727727
new BuiltInDefaultKnobSource("false"));
728+
728729
public static readonly Knob UseNode24ToStartContainer = new Knob(
729730
nameof(UseNode24ToStartContainer),
730731
"If true, try to start container job using Node24, then fallback to Node20, then Node16.",

0 commit comments

Comments
 (0)