Skip to content

Commit 2098be4

Browse files
committed
make gofmt
1 parent a7a6445 commit 2098be4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

service/internal/graph/graph.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -605,8 +605,8 @@ func connectorStability(f connector.Factory, expType, recType pipeline.Signal) c
605605
}
606606

607607
var (
608-
_ component.Host = (*HostWrapper)(nil)
609-
_ componentstatus.Reporter = (*HostWrapper)(nil)
608+
_ component.Host = (*HostWrapper)(nil)
609+
_ componentstatus.Reporter = (*HostWrapper)(nil)
610610
_ hostcapabilities.ExposeExporters = (*HostWrapper)(nil)
611611
)
612612

0 commit comments

Comments
 (0)