Skip to content

Commit

Permalink
style: make fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
huntergregory committed Nov 2, 2023
1 parent f3ad772 commit 0d5d247
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cmd/policy-assistant/pkg/connectivity/stepresult.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ type StepResult struct {
KubeProbes []*probe.Table
Policy *matcher.Policy
KubePolicies []*networkingv1.NetworkPolicy
ANPs []*v1alpha1.AdminNetworkPolicy
BANP *v1alpha1.BaselineAdminNetworkPolicy
comparisons []*ComparisonTable
ANPs []*v1alpha1.AdminNetworkPolicy
BANP *v1alpha1.BaselineAdminNetworkPolicy
comparisons []*ComparisonTable
}

func NewStepResult(simulated *probe.Table, policy *matcher.Policy, kubePolicies []*networkingv1.NetworkPolicy) *StepResult {
Expand Down

0 comments on commit 0d5d247

Please sign in to comment.