Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ayushsatyam146 committed Dec 12, 2024
1 parent 9e65315 commit 42a459c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/wal/wal_aof.go
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ func NewAOFWAL(directory string) (*AOF, error) {
}

func (wal *AOF) Init(t time.Time) error {

// TODO - Restore existing checkpoints to memory

// Create the directory if it doesn't exist
Expand Down

0 comments on commit 42a459c

Please sign in to comment.