Skip to content

Commit 06d8c6c

Browse files
committed
💚 linting
1 parent e067a5c commit 06d8c6c

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

utils/artefacts/artefacts.go

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -78,10 +78,10 @@ func determineArtefactDestination[M IManager](outputDir string, maintainTree boo
7878
}
7979

8080
type ArtefactManager[
81-
M IManager,
82-
D ILinkData,
83-
L ILinks[D],
84-
C ICollection[D, L],
81+
M IManager,
82+
D ILinkData,
83+
L ILinks[D],
84+
C ICollection[D, L],
8585
] struct {
8686
getArtefactManagerFunc GetArtefactManagerFunc[M]
8787
getArtefactContentFunc GetArtefactContentFunc
@@ -91,10 +91,10 @@ C ICollection[D, L],
9191

9292
// NewArtefactManager returns an artefact manager.
9393
func NewArtefactManager[
94-
M IManager,
95-
D ILinkData,
96-
L ILinks[D],
97-
C ICollection[D, L],
94+
M IManager,
95+
D ILinkData,
96+
L ILinks[D],
97+
C ICollection[D, L],
9898
](
9999
getArtefactManagersFirstPage GetArtefactManagersFirstPageFunc[D, L, C],
100100
getArtefactsManagersPage FollowLinkToArtefactManagersPageFunc[D, L, C],

0 commit comments

Comments
 (0)