mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2025-01-11 19:48:54 +01:00
Replace tab to space chars in doc
This commit is contained in:
parent
b85bae38e9
commit
5fc8e624f5
@ -98,6 +98,7 @@ func (e *example) Source() string {
|
||||
panic(err)
|
||||
}
|
||||
str := regexp.MustCompile("(?s)^.*?\n\n").ReplaceAllString(string(b), "")
|
||||
str = strings.Replace(str, "\t", " ", -1)
|
||||
return str
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user