Commit de2aaa09 authored by szh's avatar szh

rm \t

parent b7db97fc
...@@ -42,7 +42,7 @@ func GetLocalUuid() string { ...@@ -42,7 +42,7 @@ func GetLocalUuid() string {
if len(lines) >0 { if len(lines) >0 {
for _,l := range lines { for _,l := range lines {
if strings.Contains(l,"UUID") { if strings.Contains(l,"UUID") {
return strings.Trim(l," ") return strings.Trim(l,"\t")
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment