From 735d72225a4bc911d42a223005e21420aa34490d Mon Sep 17 00:00:00 2001 From: Andrew Nester Date: Tue, 26 Nov 2024 16:16:47 +0100 Subject: [PATCH] fix fmt --- bundle/config/mutator/apply_presets_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bundle/config/mutator/apply_presets_test.go b/bundle/config/mutator/apply_presets_test.go index 9d5eb550..a1403d30 100644 --- a/bundle/config/mutator/apply_presets_test.go +++ b/bundle/config/mutator/apply_presets_test.go @@ -11,7 +11,7 @@ import ( "github.com/databricks/cli/bundle/config/resources" "github.com/databricks/cli/bundle/internal/bundletest" "github.com/databricks/cli/libs/dbr" - "github.com/databricks/cli/libs/dyn" + "github.com/databricks/cli/libs/dyn" "github.com/databricks/databricks-sdk-go/service/apps" "github.com/databricks/databricks-sdk-go/service/catalog" "github.com/databricks/databricks-sdk-go/service/jobs"