Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
dlicheva committed Jan 21, 2025
1 parent 6aab7ce commit 3a23eee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions new-components/reporters/pdf/internal/reporter/reporter.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ import (

"github.com/go-errors/errors"
"github.com/smithy-security/pkg/env"

playwright "github.com/smithy-security/smithy/pkg/playwright"
s3client "github.com/smithy-security/smithy/pkg/s3"
"github.com/smithy-security/smithy/sdk/component"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ import (
"testing"
"time"

ocsf "github.com/smithy-security/smithy/sdk/gen/ocsf_schema/v1"
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
"google.golang.org/protobuf/types/known/structpb"

playwright "github.com/smithy-security/smithy/pkg/playwright/mock"
vf "github.com/smithy-security/smithy/sdk/component/vulnerability-finding"
ocsf "github.com/smithy-security/smithy/sdk/gen/ocsf_schema/v1"
)

func TestPdfReporter(t *testing.T) {
Expand Down

0 comments on commit 3a23eee

Please sign in to comment.