aboutsummaryrefslogtreecommitdiff
path: root/go/storage/compress.go
diff options
context:
space:
mode:
Diffstat (limited to 'go/storage/compress.go')
-rw-r--r--go/storage/compress.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/go/storage/compress.go b/go/storage/compress.go
index 256789c9c..e8816422b 100644
--- a/go/storage/compress.go
+++ b/go/storage/compress.go
@@ -10,7 +10,7 @@ import (
/*
* Default more not to gzip since gzip can be done on client side.
-*/
+ */
func IsGzippable(ext, mtype string) bool {
if strings.HasPrefix(mtype, "text/") {
return true