Skip to content

Commit cee32dd

Browse files
committed
chore: apply go fmt formatting fixes
1 parent 587670e commit cee32dd

2 files changed

Lines changed: 8 additions & 9 deletions

File tree

scrapers/aws/cloudtrail_test.go

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -210,14 +210,14 @@ func TestCloudTrailAssumeRoleToAccessLog(t *testing.T) {
210210
eventTime := time.Date(2025, 6, 1, 12, 0, 0, 0, time.UTC)
211211

212212
tests := []struct {
213-
name string
214-
eventRaw string
215-
expectedUserName string
216-
expectedUserARN string
217-
expectedUserAccountID string
218-
expectedUserType string
219-
expectedRoleARN string
220-
expectedConfigType string
213+
name string
214+
eventRaw string
215+
expectedUserName string
216+
expectedUserARN string
217+
expectedUserAccountID string
218+
expectedUserType string
219+
expectedRoleARN string
220+
expectedConfigType string
221221
}{
222222
{
223223
name: "IAM user assumes role",

scrapers/trivy/trivy.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ import (
1919
"github.com/gomarkdown/markdown/parser"
2020
)
2121

22-
2322
type Scanner struct {
2423
}
2524

0 commit comments

Comments
 (0)