Skip to content

Commit

Permalink
fix: linter
Browse files Browse the repository at this point in the history
  • Loading branch information
danielgtaylor committed Jan 5, 2024
1 parent 899995e commit b49df9d
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions registry_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,11 @@ import (
"github.com/stretchr/testify/assert"
)

type Output[T any] struct {
data T
}
type Output[T any] struct{}

type Embedded[P any] struct {
data P
}
type Embedded[P any] struct{}

type EmbeddedTwo[P, V any] struct {
data P
second V
}
type EmbeddedTwo[P, V any] struct{}

type S struct{}

Expand Down

0 comments on commit b49df9d

Please sign in to comment.