Commit a14e6d0b authored by Mickaël Desfrênes's avatar Mickaël Desfrênes
Browse files

coding style

parent 7b70a321
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2195,7 +2195,7 @@ func runBasex(directory string) error {
}

func scanDir(startPath, extension string) ([]string, error) {
	out := []string{}
	var out []string
	err := filepath.WalkDir(startPath, func(p string, d fs.DirEntry, err error) error {
		if err != nil {
			return err