Skip to content

Commit

Permalink
Fix imports.
Browse files Browse the repository at this point in the history
  • Loading branch information
blakerouse committed Mar 4, 2024
1 parent 19eead4 commit ee5310c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x-pack/auditbeat/module/system/login/login_other.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ package login

import (
"fmt"
"github.com/elastic/beats/v7/x-pack/auditbeat/module/system"

"github.com/elastic/beats/v7/metricbeat/mb"
"github.com/elastic/beats/v7/x-pack/auditbeat/module/system"
)

const (
Expand Down

0 comments on commit ee5310c

Please sign in to comment.