Change barcorde width from 2 to 3
This commit is contained in:
parent
56ef0af912
commit
3c98c6245c
|
@ -45,7 +45,7 @@ var (
|
|||
start: []bool{true, false, true, false},
|
||||
end: []bool{true, true, false, true},
|
||||
widths: map[bool]int{
|
||||
true: 2,
|
||||
true: 3,
|
||||
false: 1,
|
||||
},
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue