2
2
mirror of https://github.com/Hilbis/Hilbish synced 2025-04-03 12:13:25 +00:00

style: formatting

This commit is contained in:
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

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