Skip to content

Commit

Permalink
updated to address linting issues
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Horton <[email protected]>
  • Loading branch information
madpah committed Nov 28, 2024
1 parent 2077dec commit 5e08a1a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions scm/scm.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,6 @@

package scm

// Indexed by String
var scmIntegrations = make(map[string]SCMIntegration)

type SCMIntegration interface {
GetMappedAsOrgContents() (*OrgContents, error)
GetScmConfig() *ScmConfiguration
Expand Down

0 comments on commit 5e08a1a

Please sign in to comment.