Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
James-Pickett committed Dec 9, 2024
1 parent 238b058 commit ffc708b
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions ee/secureenclaverunner/secureenclaverunner.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,7 @@ type secureEnclaveClient interface {
CreateSecureEnclaveKey(uid string) (*ecdsa.PublicKey, error)
}

func New(ctx context.Context, slogger *slog.Logger, store types.GetterSetterDeleter, secureEnclaveClient secureEnclaveClient) (*secureEnclaveRunner, error) {
ctx, span := traces.StartSpan(ctx)
defer span.End()

func New(_ context.Context, slogger *slog.Logger, store types.GetterSetterDeleter, secureEnclaveClient secureEnclaveClient) (*secureEnclaveRunner, error) {
return &secureEnclaveRunner{
uidPubKeyMap: make(map[string]*ecdsa.PublicKey),
store: store,
Expand Down

0 comments on commit ffc708b

Please sign in to comment.