From 2d280848061f51c5e6fca96b294964121c85ca99 Mon Sep 17 00:00:00 2001 From: Thy Ton Date: Wed, 31 Jul 2024 17:01:37 -0700 Subject: [PATCH] remove extra line --- sdk/plugin/pb/backend.proto | 1 - 1 file changed, 1 deletion(-) diff --git a/sdk/plugin/pb/backend.proto b/sdk/plugin/pb/backend.proto index 042641b96275..fc7712849539 100644 --- a/sdk/plugin/pb/backend.proto +++ b/sdk/plugin/pb/backend.proto @@ -612,7 +612,6 @@ message HasLicenseReply { string err = 2; } - // SystemView exposes system configuration information in a safe way for plugins // to consume. Plugins should implement the client for this service. service SystemView {