Skip to content

Commit

Permalink
Fix missing brace
Browse files Browse the repository at this point in the history
  • Loading branch information
loopj committed Dec 24, 2024
1 parent c3fcb5b commit 611d0eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/aci_service.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ IDiagnostic.GetStations(int)
IDiagnostic.GetEnhancedLogConfig()
IDiagnostic.SetEnhancedLogConfig(Aggregator: {Enabled: bool, Status: int}, Logging: {Status: bool})
IDiagnostic.GetFirewallConfiguration()
IDiagnostic.SetFirewallConfiguration(OpenPorts: {TCP: List[int], UDP: List[int], ICMP: bool)
IDiagnostic.SetFirewallConfiguration(OpenPorts: {TCP: List[int], UDP: List[int], ICMP: bool})
IDiagnostic.ResetEventLog()
IDiagnostic.GetModules(int)
```
Expand Down

0 comments on commit 611d0eb

Please sign in to comment.