diff options
author | Ethan Koenig <etk39@cornell.edu> | 2017-05-12 04:09:53 -0400 |
---|---|---|
committer | Bo-Yi Wu <appleboy.tw@gmail.com> | 2017-05-12 16:09:53 +0800 |
commit | 9e627af9a449419bcec65ccff1dba00abc625d43 (patch) | |
tree | 2695461dfa8bb8517f8f2f5f53e957ce82f97e88 /modules/markup | |
parent | 5ca3046da6c48723a8b67876ba4d3aa5cb59fc77 (diff) | |
download | gitea-9e627af9a449419bcec65ccff1dba00abc625d43.tar.gz gitea-9e627af9a449419bcec65ccff1dba00abc625d43.zip |
gofmt (#1710)
Diffstat (limited to 'modules/markup')
-rw-r--r-- | modules/markup/markup.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/markup/markup.go b/modules/markup/markup.go index e1fae3a5a8..185cdc7274 100644 --- a/modules/markup/markup.go +++ b/modules/markup/markup.go @@ -81,4 +81,3 @@ func IsReadmeFile(name string) bool { } return name[:7] == "readme." } - |