aboutsummaryrefslogtreecommitdiff
path: root/weed/util
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2020-06-05 15:27:10 -0700
committerChris Lu <chris.lu@gmail.com>2020-06-05 15:27:10 -0700
commit45a9d852d3d10bdaaf2a5358e4a4d823a7edbfcc (patch)
treed122e72706f1d9130002798583ac81882974dd32 /weed/util
parent03c2f0350904bc2e69faf5f9a552092826df9ae3 (diff)
downloadseaweedfs-45a9d852d3d10bdaaf2a5358e4a4d823a7edbfcc.tar.xz
seaweedfs-45a9d852d3d10bdaaf2a5358e4a4d823a7edbfcc.zip
go fmt
Diffstat (limited to 'weed/util')
-rw-r--r--weed/util/constants.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/weed/util/constants.go b/weed/util/constants.go
index 7c3927a66..fda69c8ae 100644
--- a/weed/util/constants.go
+++ b/weed/util/constants.go
@@ -6,9 +6,9 @@ import (
var (
VERSION = fmt.Sprintf("%s %d.%d", sizeLimit, 1, 79)
- COMMIT = ""
+ COMMIT = ""
)
func Version() string {
return VERSION + " " + COMMIT
-} \ No newline at end of file
+}