fmt
This commit is contained in:
parent
dfbef878aa
commit
eca7b76ebc
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ func TestSync(t *testing.T) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
func Draw(i int, ch chan<- int) {
|
func Draw(i int, ch chan<- int) {
|
||||||
draw2d.SetFontCache(testCache)
|
draw2d.SetFontCache(testCache)
|
||||||
|
|
||||||
// Draw a rounded rectangle using default colors
|
// Draw a rounded rectangle using default colors
|
||||||
|
|
Loading…
Reference in a new issue