diff --git a/controller/northbound/server/plugin.go b/controller/northbound/server/plugin.go
index 8e73994d3e3a829e4c26a58fb1436736692ffba7..25f4b3cff9a262d3420ad5766b8da8c5b9cf025e 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 {