Skip to content

Commit 435940a

Browse files
committed
fix lint
1 parent b001f76 commit 435940a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

coderd/audit/exporter.go

-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ func (e *Exporter) Export(ctx context.Context, alog database.AuditLog) error {
4040
}
4141

4242
for _, backend := range e.backends {
43-
4443
if decision&backend.Decision() != backend.Decision() {
4544
continue
4645
}

0 commit comments

Comments
 (0)