فهرست منبع

Silence the linter

Audrius Butkevicius 10 سال پیش
والد
کامیت
ff4bab4c07
1فایلهای تغییر یافته به همراه3 افزوده شده و 3 حذف شده
  1. 3 3
      lib/protocol/protocol.go

+ 3 - 3
lib/protocol/protocol.go

@@ -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
-	FolderHashSHA256 = 0
-	// ... 1 through 15 currently reserved
+	// left FolderHashShiftBits. 1 through 15 currently reserved.
+
+	FolderHashSHA256    = 0
 	FolderHashMask      = 15
 	FolderHashMask      = 15
 	FolderHashShiftBits = 3
 	FolderHashShiftBits = 3
 )
 )