From 68a1feea3ca26a8a8b64ec3c277a57c34d85c7b9 Mon Sep 17 00:00:00 2001 From: William Casarin Date: Thu, 10 Oct 2019 16:51:31 -0700 Subject: [PATCH] ocd: alignment Signed-off-by: William Casarin --- templator/templator.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templator/templator.go b/templator/templator.go index 855aefaad..8e8b78fff 100644 --- a/templator/templator.go +++ b/templator/templator.go @@ -22,7 +22,7 @@ type GoTemplator struct { } type Templator struct { - Commit0 *template.Template + Commit0 *template.Template GitIgnore *template.Template MakefileTemplate *template.Template ProtoHealthTemplate *template.Template