Skip to content

Commit 22f7c41

Browse files
committed
fix lint
1 parent 4e76dbf commit 22f7c41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/repository/license.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ import (
2424

2525
var (
2626
classifier *licenseclassifier.Classifier
27-
LicenseFileName string = "LICENSE"
27+
LicenseFileName = "LICENSE"
2828
licenseAliases map[string]string
2929

3030
// licenseUpdaterQueue represents a queue to handle update repo licenses

0 commit comments

Comments
 (0)