style: use single line import instead of list syntax

lua-history^2
TorchedSammy 2022-07-13 14:18:23 -04:00
parent e185a32685
commit be8bdef9c8
Signed by: sammyette
GPG Key ID: 904FC49417B44DCD
1 changed files with 1 additions and 3 deletions

View File

@ -2,9 +2,7 @@
package main
import (
"hilbish/util"
)
import "hilbish/util"
// String vars that are free to be changed at compile time
var (