Change barcorde width from 2 to 3

This commit is contained in:
Phlippe Moneda 2017-09-07 12:46:02 -03:00 committed by GitHub
parent 56ef0af912
commit 3c98c6245c
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ var (
start: []bool{true, false, true, false}, start: []bool{true, false, true, false},
end: []bool{true, true, false, true}, end: []bool{true, true, false, true},
widths: map[bool]int{ widths: map[bool]int{
true: 2, true: 3,
false: 1, false: 1,
}, },
}, },