Skip to content

Commit

Permalink
make gofmt
Browse files Browse the repository at this point in the history
  • Loading branch information
jackgopack4 committed Feb 18, 2025
1 parent a7a6445 commit 2098be4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions service/internal/graph/graph.go
Original file line number Diff line number Diff line change
Expand Up @@ -605,8 +605,8 @@ func connectorStability(f connector.Factory, expType, recType pipeline.Signal) c
}

var (
_ component.Host = (*HostWrapper)(nil)
_ componentstatus.Reporter = (*HostWrapper)(nil)
_ component.Host = (*HostWrapper)(nil)
_ componentstatus.Reporter = (*HostWrapper)(nil)
_ hostcapabilities.ExposeExporters = (*HostWrapper)(nil)
)

Expand Down

0 comments on commit 2098be4

Please sign in to comment.