mirror of
https://bitbucket.org/s_l_teichmann/mtsatellite
synced 2024-11-16 15:20:20 +01:00
go fmt'ed
This commit is contained in:
parent
35d05ba9c8
commit
913ae0d2c7
|
@ -68,8 +68,8 @@ func (ldb *LevelDBBackend) Store(hash, key, value []byte) (exists bool, err erro
|
|||
if pos, err = bytes2pos(key); err != nil {
|
||||
return
|
||||
}
|
||||
// Re-code it to make LevelDB happy.
|
||||
key = pos2bytes(pos)
|
||||
// Re-code it to make LevelDB happy.
|
||||
key = pos2bytes(pos)
|
||||
|
||||
if exists, err = ldb.keyExists(key); err != nil {
|
||||
return
|
||||
|
|
Loading…
Reference in New Issue
Block a user