0
0
mirror of https://github.com/thegeeklab/git-sv.git synced 2024-06-02 17:39:39 +02:00

refactor: fix lint staticcheck SA9004

This commit is contained in:
Beatriz Vieira 2021-07-31 17:44:42 -03:00
parent 5993f00757
commit 6fd31b9aa0

View File

@ -48,8 +48,8 @@ type LogRangeType string
// constants for log range type.
const (
TagRange LogRangeType = "tag"
DateRange = "date"
HashRange = "hash"
DateRange LogRangeType = "date"
HashRange LogRangeType = "hash"
)
// LogRange git log range.