Skip to content
Prev Previous commit
Next Next commit
removed empty block line
  • Loading branch information
Kira-Pilot committed Jan 25, 2023
commit e1a9fbbfe76dff2ae705d0d94652b49bee673243
1 change: 0 additions & 1 deletion scripts/auditdocgen/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,6 @@ func updateAuditDoc(doc []byte, auditableResourcesMap AuditableResourcesMap) ([]
buffer.WriteString("|--|-----------------|\n")

for resourceName, resourceFields := range auditableResourcesMap {

buffer.Write([]byte("|" + resourceName + "|<table><thead><tr><th>Field</th><th>Tracked</th></tr></thead><tbody>"))

for fieldName, isTracked := range resourceFields {
Expand Down