aboutsummaryrefslogtreecommitdiff
path: root/http_handle_repo_raw.go
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--http_handle_repo_raw.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/http_handle_repo_raw.go b/http_handle_repo_raw.go
index 69a6a8c..d525df7 100644
--- a/http_handle_repo_raw.go
+++ b/http_handle_repo_raw.go
@@ -72,5 +72,4 @@ func handle_repo_raw(w http.ResponseWriter, r *http.Request, params map[string]a
params["files"] = build_display_git_tree(target)
render_template(w, "repo_raw_dir", params)
- return
}