Apply linter autofixes: internal/snapshot (refs #61)
This commit is contained in:
@@ -36,5 +36,6 @@ const remoteKeyPrefix = "vaultik|"
|
||||
func RemoteSnapshotKey(snapshotID string) string {
|
||||
first := sha256.Sum256([]byte(remoteKeyPrefix + snapshotID))
|
||||
second := sha256.Sum256(first[:])
|
||||
|
||||
return hex.EncodeToString(second[:])
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user