From 05228a8fbc1058884fcd8cb36e0da49d90eac04a Mon Sep 17 00:00:00 2001 From: Tom Peltonen Date: Sun, 3 Mar 2024 21:55:42 +1100 Subject: [PATCH] Altered indent --- other/default/sequence/definitions/sd01/sd01.md.tmpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/other/default/sequence/definitions/sd01/sd01.md.tmpl b/other/default/sequence/definitions/sd01/sd01.md.tmpl index 93524ec..5784ed2 100644 --- a/other/default/sequence/definitions/sd01/sd01.md.tmpl +++ b/other/default/sequence/definitions/sd01/sd01.md.tmpl @@ -12,8 +12,8 @@ sequenceDiagram participant feature as Svc Feature participant authz as Authorisation participant log as Logger - {{ range .Apis}}participant {{ .Name }} as Svc{{ .Name }} - {{ end }} +{{ range .Apis}}participant {{ .Name }} as Svc{{ .Name }} +{{ end }} consumer->>+gateway: {{.ServicePoints}} activate consumer