examples/text: add leading space characters

This commit is contained in:
Hajime Hoshi 2022-04-04 00:18:35 +09:00
parent f756be3d22
commit d58ef294b2

View File

@ -38,7 +38,7 @@ const (
screenHeight = 480 screenHeight = 480
) )
const sampleText = `The quick brown fox jumps const sampleText = ` The quick brown fox jumps
over the lazy dog.` over the lazy dog.`
var ( var (