From ea78a6db5710c630fc3bd2d1d6c9551ea82b39f9 Mon Sep 17 00:00:00 2001 From: Ethan Koenig Date: Mon, 20 Nov 2017 21:43:00 -0800 Subject: Spaces to tabs in templates (#2953) --- templates/repo/commit_status.tmpl | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'templates/repo/commit_status.tmpl') diff --git a/templates/repo/commit_status.tmpl b/templates/repo/commit_status.tmpl index 752fd762e3..d5f75c132a 100644 --- a/templates/repo/commit_status.tmpl +++ b/templates/repo/commit_status.tmpl @@ -1,15 +1,15 @@ {{if eq .State "pending"}} - + {{end}} {{if eq .State "success"}} - + {{end}} {{if eq .State "error"}} - + {{end}} {{if eq .State "failure"}} - + {{end}} {{if eq .State "warning"}} - + {{end}} \ No newline at end of file -- cgit v1.2.3