fix(aa): import missing lib & improve template indentation.

This commit is contained in:
Alexandre Pujol 2023-09-29 20:37:15 +01:00
parent 09a06db803
commit c249005958
Failed to generate hash of commit
2 changed files with 3 additions and 1 deletions

View file

@ -4,6 +4,8 @@
package aa package aa
import "strings"
// Qualifier to apply extra settings to a rule // Qualifier to apply extra settings to a rule
type Qualifier struct { type Qualifier struct {
Audit bool Audit bool

View file

@ -191,7 +191,7 @@
{{ " bus=" }}{{ . }} {{ " bus=" }}{{ . }}
{{- end -}} {{- end -}}
{{- with .Path -}} {{- with .Path -}}
{{ " path=" }}{{ . }} {{ " path=" }}{{ . }}
{{- end -}} {{- end -}}
{{ "\n" }} {{ "\n" }}
{{- with .Interface -}} {{- with .Interface -}}