Skip to content

Commit b3b20fc

Browse files
committed
loopout: remove redundant type declaration
1 parent 6da8494 commit b3b20fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

loopout.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ var (
3131
// confirmation target.
3232
//
3333
// TODO(wilmer): tune?
34-
DefaultSweepConfTargetDelta int32 = DefaultSweepConfTarget * 2
34+
DefaultSweepConfTargetDelta = DefaultSweepConfTarget * 2
3535
)
3636

3737
// loopOutSwap contains all the in-memory state related to a pending loop out

0 commit comments

Comments
 (0)