From 72bb539eecb84bb84a9f6bef691dff36b60a4fc7 Mon Sep 17 00:00:00 2001 From: Matthias Feyll <matthias.feyll@stud.h-da.de> Date: Fri, 7 Feb 2025 11:11:26 +0100 Subject: [PATCH] remove trailing whitespace --- controller/northbound/server/plugin.go | 1 - 1 file changed, 1 deletion(-) diff --git a/controller/northbound/server/plugin.go b/controller/northbound/server/plugin.go index 8e73994d3..25f4b3cff 100755 --- a/controller/northbound/server/plugin.go +++ b/controller/northbound/server/plugin.go @@ -68,7 +68,6 @@ func (pis *PluginInternalServer) GetAvailablePlugins(ctx context.Context, reques } return pis.pluginRegistryClient.GetAll(ctx, getAllRequest) - } func (pis *PluginInternalServer) GetPluginSchema(request *pipb.GetPluginSchemaRequest, stream pipb.PluginInternalService_GetPluginSchemaServer) error { -- GitLab