Skip to content

Commit 898b32b

Browse files
committed
Fix goimports formatting in gateway_job.go
1 parent 571766f commit 898b32b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

deployment/cre/jobs/pkg/gateway_job.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ const (
1616
GatewayHandlerTypeVault = "vault"
1717
GatewayHandlerTypeConfidentialRelay = "confidential-compute-relay"
1818

19-
ServiceNameWorkflows = "workflows"
20-
ServiceNameVault = "vault"
21-
ServiceNameConfidential = "confidential"
19+
ServiceNameWorkflows = "workflows"
20+
ServiceNameVault = "vault"
21+
ServiceNameConfidential = "confidential"
2222

2323
minimumRequestTimeoutSec = 5
2424
)

0 commit comments

Comments
 (0)