From 4e1e24ba56182efe0715fbe96bd581f229e6f062 Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Tue, 25 Mar 2025 12:41:36 +0800 Subject: Remove unnecessary whitespace in branches template --- templates/repo_index.tmpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/repo_index.tmpl b/templates/repo_index.tmpl index e248cdd..cd0e4fe 100644 --- a/templates/repo_index.tmpl +++ b/templates/repo_index.tmpl @@ -42,13 +42,13 @@ - {{ range .branches }} + {{- range .branches -}} {{ . }} - {{ end }} + {{- end -}} -- cgit v1.2.3