Skip to content

Commit edefd7c

Browse files
committed
gofmt
1 parent 311e538 commit edefd7c

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

pkg/loop/cmd/loopinstall/config.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,4 +64,3 @@ func pluginKey(pluginType string, plugin PluginDef) string {
6464
func isPluginEnabled(plugin PluginDef) bool {
6565
return plugin.Enabled == nil || *plugin.Enabled
6666
}
67-

pkg/loop/internal/relayer/relayer.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ func (p *pluginRelayerServer) NewRelayer(ctx context.Context, request *pb.NewRel
137137
capRegistry := capability.NewCapabilitiesRegistryClient(capRegistryConn, p.BrokerExt)
138138

139139
csaKeystore := ks.NewClient(ksCSAConn)
140-
140+
141141
// Sets the auth header signing mechanism
142142
beholder.GetClient().SetSigner(csaKeystore)
143143

0 commit comments

Comments
 (0)