summaryrefslogtreecommitdiffstats
path: root/routers/repo/attachment.go
diff options
context:
space:
mode:
authorThomas Boerger <thomas@webhippie.de>2017-01-28 23:14:56 +0100
committerGitHub <noreply@github.com>2017-01-28 23:14:56 +0100
commit78535fb08ebe667f27da6b44a9af52aae1148434 (patch)
treefa4f539811b8e66ae7aa7f177702180642844bc3 /routers/repo/attachment.go
parentcc31a21192cba31cc2ede74b44f1c4e19621d4f7 (diff)
downloadgitea-78535fb08ebe667f27da6b44a9af52aae1148434.tar.gz
gitea-78535fb08ebe667f27da6b44a9af52aae1148434.zip
Allow custom public files (#782)
* Allow custom public files * Gofmt code, lots of places not related to this pr
Diffstat (limited to 'routers/repo/attachment.go')
-rw-r--r--routers/repo/attachment.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/routers/repo/attachment.go b/routers/repo/attachment.go
index 2ba389f07a..c2efb11c1d 100644
--- a/routers/repo/attachment.go
+++ b/routers/repo/attachment.go
@@ -70,4 +70,3 @@ func UploadAttachment(ctx *context.Context) {
"uuid": attach.UUID,
})
}
-