Skip to content

Commit e4cd904

Browse files
committed
Fixes lint issues
1 parent 3e5b5db commit e4cd904

File tree

1 file changed

+6
-1
lines changed
  • cli/azd/extensions/microsoft.azd.demo/internal/cmd

1 file changed

+6
-1
lines changed

cli/azd/extensions/microsoft.azd.demo/internal/cmd/config.go

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,12 @@ func setupServiceMonitoringConfig(ctx context.Context, azdClient *azdext.AzdClie
247247
return true, nil // true means it was created
248248
}
249249

250-
func displayConfigurationSummary(ctx context.Context, azdClient *azdext.AzdClient, serviceName string, projectConfigCreated, serviceConfigCreated bool) error {
250+
func displayConfigurationSummary(
251+
ctx context.Context,
252+
azdClient *azdext.AzdClient,
253+
serviceName string,
254+
projectConfigCreated, serviceConfigCreated bool,
255+
) error {
251256
fmt.Println()
252257
color.HiCyan("📊 Configuration Summary")
253258
color.HiCyan("========================")

0 commit comments

Comments
 (0)