diff options
author | Andrey Nering <andrey.nering@gmail.com> | 2016-11-05 13:58:53 -0200 |
---|---|---|
committer | Andrey Nering <andrey.nering@gmail.com> | 2016-11-05 15:44:14 -0200 |
commit | bd898a10f888005be990ebea2e6a845d09ef55f3 (patch) | |
tree | 784e84c939367a64b5bd5a7322a801dd83108642 /routers/repo/commit.go | |
parent | 91b589f2f0fb93f9f9882426c43c363276d2235a (diff) | |
download | gitea-bd898a10f888005be990ebea2e6a845d09ef55f3.tar.gz gitea-bd898a10f888005be990ebea2e6a845d09ef55f3.zip |
Refactor editorconfig middleware
Diffstat (limited to 'routers/repo/commit.go')
-rw-r--r-- | routers/repo/commit.go | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/routers/repo/commit.go b/routers/repo/commit.go index 4a4d4b1231..041247939c 100644 --- a/routers/repo/commit.go +++ b/routers/repo/commit.go @@ -179,11 +179,6 @@ func Diff(ctx *context.Context) { } } - setEditorconfigIfExists(ctx) - if ctx.Written() { - return - } - ctx.Data["CommitID"] = commitID ctx.Data["IsSplitStyle"] = ctx.Query("style") == "split" ctx.Data["Username"] = userName |