aboutsummaryrefslogtreecommitdiff
path: root/weed/util
diff options
context:
space:
mode:
authorchrislu <chris.lu@gmail.com>2023-11-26 11:47:20 -0800
committerchrislu <chris.lu@gmail.com>2023-11-26 11:47:20 -0800
commit81f11883e374795f5a8eddbb059aba7ee060411d (patch)
treeb3cd952859827a7a219dc14da7c8d3b40c7c74ca /weed/util
parent666a22b9803418a8d0d40573ad01adbb4dbd3fcf (diff)
downloadseaweedfs-81f11883e374795f5a8eddbb059aba7ee060411d.tar.xz
seaweedfs-81f11883e374795f5a8eddbb059aba7ee060411d.zip
go fmt
Diffstat (limited to 'weed/util')
-rw-r--r--weed/util/fla9/fla9.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/util/fla9/fla9.go b/weed/util/fla9/fla9.go
index 3770408d2..390e35333 100644
--- a/weed/util/fla9/fla9.go
+++ b/weed/util/fla9/fla9.go
@@ -1065,7 +1065,7 @@ func (f *FlagSet) ParseEnv(environ []string) error {
}
envKey = strings.Replace(envKey, "-", "_", -1)
envKey = strings.Replace(envKey, ".", "_", -1)
-
+
value, isSet := env[envKey]
if !isSet {
continue