diff options
author | Sandro Santilli <strk@kbt.io> | 2016-11-05 22:54:20 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-11-05 22:54:20 +0100 |
commit | f36544f98db4a210195f7d0f9019d64d9dff72f3 (patch) | |
tree | 46513d09162e3715d69a015da9cf7f225dc9c6b5 /routers/repo/view.go | |
parent | 953c099428b152a85102f07fd2ecfe19d54ee973 (diff) | |
parent | a0e54c0512a764ab0f93eb2ee6b978fb736190b4 (diff) | |
download | gitea-f36544f98db4a210195f7d0f9019d64d9dff72f3.tar.gz gitea-f36544f98db4a210195f7d0f9019d64d9dff72f3.zip |
Merge branch 'master' into feature/goimports
Diffstat (limited to 'routers/repo/view.go')
-rw-r--r-- | routers/repo/view.go | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/routers/repo/view.go b/routers/repo/view.go index 385fc64441..0e082b52ea 100644 --- a/routers/repo/view.go +++ b/routers/repo/view.go @@ -243,11 +243,6 @@ func Home(ctx *context.Context) { return } - setEditorconfigIfExists(ctx) - if ctx.Written() { - return - } - var treeNames []string paths := make([]string, 0, 5) if len(ctx.Repo.TreePath) > 0 { |