Skip to content

Commit 9d6480c

Browse files
committed
core/state/snapshot: gofmt
1 parent a879c42 commit 9d6480c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

core/state/snapshot/snapshot.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -172,10 +172,10 @@ type Tree struct {
172172
// If the snapshot is missing or the disk layer is broken, the snapshot will be
173173
// reconstructed using both the existing data and the state trie.
174174
// The repair happens on a background thread.
175-
//
175+
//
176176
// If the memory layers in the journal do not match the disk layer (e.g. there is
177177
// a gap) or the journal is missing, there are two repair cases:
178-
//
178+
//
179179
// - if the 'recovery' parameter is true, all memory diff-layers will be discarded.
180180
// This case happens when the snapshot is 'ahead' of the state trie.
181181
// - otherwise, the entire snapshot is considered invalid and will be recreated on

0 commit comments

Comments
 (0)