Skip to content

Commit 1b7bc05

Browse files
committed
fix: lint issue
1 parent 19ce761 commit 1b7bc05

File tree

1 file changed

+1
-1
lines changed
  • stackit/internal/services/observability/instance

1 file changed

+1
-1
lines changed

stackit/internal/services/observability/instance/resource.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1834,7 +1834,7 @@ func mapGlobalConfigToAttributes(respGlobalConfigs *observability.Global, global
18341834
smtpAuthUsername = sdkUtils.Ptr(globalConfigsTF.SmtpAuthUsername.ValueString())
18351835
}
18361836
}
1837-
//handle nil value from api
1837+
// handle nil value from api
18381838
opsgenieApiKey := respGlobalConfigs.OpsgenieApiKey
18391839
opsgenieApiUrl := respGlobalConfigs.OpsgenieApiUrl
18401840
if globalConfigsTF != nil {

0 commit comments

Comments
 (0)