Skip to content

Commit

Permalink
public.go, fixed bug in getData()
Browse files Browse the repository at this point in the history
  • Loading branch information
panorix committed Aug 31, 2021
1 parent 6593b7a commit 4ebfa71
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion public.go
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,6 @@ func (c *Config) getData(line []string) {
for j := 1; j < len(v); j++ {
if v[j] != "" {
val = fmt.Sprintf("%s%s", val, v[j])
break
}
}
c.Data[key] = val
Expand Down

0 comments on commit 4ebfa71

Please sign in to comment.