Skip to content

Commit e031b04

Browse files
committed
Fix lint
1 parent a50b9a8 commit e031b04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

models/unit/unit.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import (
1313
)
1414

1515
// UnitType is Unit's Type
16-
type UnitType int // nolint: golint
16+
type UnitType int // nolint
1717

1818
// Enumerate all the unit types
1919
const (

0 commit comments

Comments
 (0)