Skip to content

Commit 34e6325

Browse files
committed
Fix indentation
1 parent faba790 commit 34e6325

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/controller/provisioner/templates.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ const mainTemplateText = `
1212
error_log stderr {{ .ErrorLevel }};
1313
1414
events {
15-
worker_connections {{ .WorkerConnections }};
15+
worker_connections {{ .WorkerConnections }};
1616
}`
1717

1818
const mgmtTemplateText = `mgmt {

0 commit comments

Comments
 (0)