Skip to content

Commit 03ac743

Browse files
fixing CI
1 parent dced457 commit 03ac743

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

playground/internal/undoRedo/undoRedo.go

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,8 @@ type undoRedoStackImp struct {
3535

3636
// getTime gets the current time.
3737
// It can be replaced when testing.
38-
getTime func() time.Time
39-
joinDur time.Duration
40-
joinLimit int
38+
getTime func() time.Time
39+
joinDur time.Duration
4140

4241
lastChange time.Time
4342
lastSel common.Selection

0 commit comments

Comments
 (0)