style: spacing between binary op

pull/38/head
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
1 changed files with 1 additions and 1 deletions

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")
}
}