Skip to content

Commit

Permalink
bad merge
Browse files Browse the repository at this point in the history
  • Loading branch information
kevmo314 committed Feb 5, 2024
1 parent 2914d9c commit 532f173
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/appendable/index_file.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ type IndexFile struct {
dataHandler DataHandler
}

<<<<<<< HEAD
func NewIndexFile(f io.ReadWriteSeeker, dataHandler DataHandler) (*IndexFile, error) {
pf, err := btree.NewPageFile(f)
if err != nil {
Expand Down

0 comments on commit 532f173

Please sign in to comment.