Skip to content

Commit

Permalink
fixes after review 2
Browse files Browse the repository at this point in the history
  • Loading branch information
axenteoctavian committed Nov 22, 2024
1 parent f7e8f78 commit 8750e11
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
7 changes: 7 additions & 0 deletions factory/runType/errors.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
package runType

import (
"errors"
)

var errNilRunTypeComponents = errors.New("nil run type components")
6 changes: 0 additions & 6 deletions factory/runType/runTypeComponents.go
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
package runType

import (
"errors"
)

var errNilRunTypeComponents = errors.New("nil run type components")

type runTypeComponents struct{}

// Close does nothing
Expand Down

0 comments on commit 8750e11

Please sign in to comment.