Skip to content

Commit

Permalink
fixup! go/storage/mkvs/checkpoint: Determine next offset correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
Yawning committed Jun 29, 2021
1 parent ed4dae8 commit 72f5c14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go/storage/mkvs/checkpoint/checkpoint_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ import (
"bytes"
"context"
"errors"
"fmt"
"io/ioutil"
"os"
"path/filepath"
"strconv"
"testing"
"fmt"

"github.com/golang/snappy"
"github.com/stretchr/testify/require"
Expand Down

0 comments on commit 72f5c14

Please sign in to comment.