Skip to content

Commit

Permalink
chore: fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
bitsper2nd committed Apr 1, 2024
1 parent fa5accb commit 151d3e1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion generate/idcac/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,7 @@ func main() {
}
}
return nil

})

if isCommons(data) {
Expand All @@ -192,7 +193,7 @@ func main() {
rules = string(b)
}
return nil
})
}
if err != nil {
log.Fatalf("failed to read/converting rules file: %s\n", err.Error())
}
Expand Down

0 comments on commit 151d3e1

Please sign in to comment.