mirror of
https://github.com/kovetskiy/mark.git
synced 2026-05-03 13:52:33 +00:00
Fix lint issues detected by golangci v2
This commit is contained in:
@@ -325,7 +325,7 @@ func processFile(
|
||||
}
|
||||
|
||||
var finalVersionMessage string
|
||||
var shouldUpdatePage bool = true
|
||||
var shouldUpdatePage = true
|
||||
|
||||
if cCtx.Bool("changes-only") {
|
||||
contentHash := getSHA1Hash(html)
|
||||
|
||||
Reference in New Issue
Block a user