From 9d2286f248c4a01bcaf1fd3ebeb9153b78db86ca Mon Sep 17 00:00:00 2001 From: Shreyas Goenka Date: Wed, 29 Jan 2025 12:30:29 +0100 Subject: [PATCH] fmt --- libs/telemetry/protos/frontend_log.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libs/telemetry/protos/frontend_log.go b/libs/telemetry/protos/frontend_log.go index 98759b6c5..7e6ab1012 100644 --- a/libs/telemetry/protos/frontend_log.go +++ b/libs/telemetry/protos/frontend_log.go @@ -16,7 +16,7 @@ type FrontendLogEntry struct { type DatabricksCliLog struct { ExecutionContext *ExecutionContext `json:"execution_context,omitempty"` - CliTestEvent *CliTestEvent `json:"cli_test_event,omitempty"` - BundleInitEvent *BundleInitEvent `json:"bundle_init_event,omitempty"` + CliTestEvent *CliTestEvent `json:"cli_test_event,omitempty"` + BundleInitEvent *BundleInitEvent `json:"bundle_init_event,omitempty"` BundleDeployEvent *BundleDeployEvent `json:"bundle_deploy_event,omitempty"` }