Skip to content

Commit a59cbdb

Browse files
committed
chore: Address review comments
Signed-off-by: Kemal Akkoyun <[email protected]>
1 parent 06f9a28 commit a59cbdb

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

internal/injector/aspect/join/declaration.go

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,13 @@ import (
1010
"fmt"
1111
"regexp"
1212

13-
"github.com/dave/dst"
14-
"github.com/goccy/go-yaml/ast"
15-
1613
"github.com/DataDog/orchestrion/internal/fingerprint"
1714
"github.com/DataDog/orchestrion/internal/injector/aspect/context"
1815
"github.com/DataDog/orchestrion/internal/injector/aspect/may"
1916
"github.com/DataDog/orchestrion/internal/injector/typed"
2017
"github.com/DataDog/orchestrion/internal/yaml"
18+
"github.com/dave/dst"
19+
"github.com/goccy/go-yaml/ast"
2120
)
2221

2322
type declarationOf struct {

internal/injector/aspect/join/join.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,3 @@ type Point interface {
3333

3434
fingerprint.Hashable
3535
}
36-
37-
// TypeName struct and methods moved to internal/injector/typed/typename.go

0 commit comments

Comments
 (0)