Skip to content

Commit 9aa7b9e

Browse files
Fixing spaces
1 parent 1520875 commit 9aa7b9e

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
@@ -207,6 +207,7 @@ public class AgentKnobs
207207
new RuntimeKnobSource("AGENT_USE_NODE24"),
208208
new EnvironmentKnobSource("AGENT_USE_NODE24"),
209209
new BuiltInDefaultKnobSource("false"));
210+
210211
public static readonly Knob UseNode24InUnsupportedSystem = new Knob(
211212
nameof(UseNode24InUnsupportedSystem),
212213
"Forces the agent to use Node 24 handler for all Node-based tasks, even if it's in an unsupported system",

0 commit comments

Comments
 (0)