chore: remove leftover var decl

This commit is contained in:
Thomas M. Edwards 2023-11-06 12:29:43 -06:00 committed by GitHub
parent 835507d95c
commit 8c057e03b8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -77,7 +77,6 @@ func loadModuleByType(typeValue, filename, encoding string) ([]byte, error) {
var ( var (
idSlug = tag + "-module-" + slugify(strings.Split(filepath.Base(filename), ".")[0]) idSlug = tag + "-module-" + slugify(strings.Split(filepath.Base(filename), ".")[0])
tag string
b bytes.Buffer b bytes.Buffer
) )