Run formatter

This commit is contained in:
2023-07-17 06:46:47 -07:00
parent c6fb3e8489
commit bafc40da8a
2 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -108,7 +108,7 @@ func Glob(glob string) ([]string, error) {
// Join splitDir and add filepath separator. This is the directory that will be searched.
dir := filepath.Join(splitDir...)
if filepath.IsAbs(glob) {
dir = string(filepath.Separator) + dir
}