Skip to content

Commit fa2ea2b

Browse files
christian-bromannjgraham
authored andcommitted
fix(cddl): add missing comma
1 parent 88f2def commit fa2ea2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1624,7 +1624,7 @@ session.ManualProxyConfiguration = (
16241624
? ftpProxy: text,
16251625
? httpProxy: text,
16261626
? sslProxy: text,
1627-
? session.SocksProxyConfiguration
1627+
? session.SocksProxyConfiguration,
16281628
? noProxy: [*text],
16291629
Extensible
16301630
)

0 commit comments

Comments
 (0)