style: formatting

pull/38/head
sammy 2021-04-20 17:52:01 -04:00
parent 428db24831
commit 08c56a54ca
No known key found for this signature in database
GPG Key ID: 50EE40A2809851F5
1 changed files with 4 additions and 4 deletions

View File

@ -164,7 +164,7 @@ func fmtPrompt() string {
}
for i, v := range args {
if i%2 == 0 {
if i % 2 == 0 {
args[i] = "%" + v
}
}