mirror of
https://github.com/octoleo/syncthing.git
synced 2025-02-03 12:28:28 +00:00
Silence the linter
This commit is contained in:
parent
5c36029274
commit
ff4bab4c07
@ -68,9 +68,9 @@ const (
|
|||||||
FlagFolderIgnoreDelete = 1 << 2
|
FlagFolderIgnoreDelete = 1 << 2
|
||||||
|
|
||||||
// The folder hash algorithm IDs, to be put in the flags field by shifting
|
// The folder hash algorithm IDs, to be put in the flags field by shifting
|
||||||
// left FolderHashShiftBits
|
// left FolderHashShiftBits. 1 through 15 currently reserved.
|
||||||
FolderHashSHA256 = 0
|
|
||||||
// ... 1 through 15 currently reserved
|
FolderHashSHA256 = 0
|
||||||
FolderHashMask = 15
|
FolderHashMask = 15
|
||||||
FolderHashShiftBits = 3
|
FolderHashShiftBits = 3
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user