2
2
mirror of https://github.com/Hilbis/Hilbish synced 2025-04-02 19:53:23 +00:00

style: spacing between binary op

This commit is contained in:
sammy 2021-04-23 23:44:59 -04:00
parent 5d0fecf902
commit d9c05e485d
No known key found for this signature in database
GPG Key ID: 50EE40A2809851F5

View File

@ -141,7 +141,7 @@ func main() {
if err != nil {
continue
}
fmt.Printf("\u001b[7m∆\u001b[0m" + strings.Repeat(" ", termwidth-1) + "\r")
fmt.Printf("\u001b[7m∆\u001b[0m" + strings.Repeat(" ", termwidth - 1) + "\r")
}
}