Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
shiqizng committed Jun 2, 2022
1 parent adaabb2 commit df6bcb6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,3 @@ coverage.txt

# mac OS
.DS_store

Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ func TestRunMigration(t *testing.T) {
assert.Equal(t, uint64(3), uint64(l.Latest()))
l.Close()

// migration continues from last round
// migration continues from last round
err = RunMigration(5, &opts)
assert.NoError(t, err)
l, err = ledger.OpenLedger(logging.NewLogger(), filepath.Join(path.Dir(opts.IndexerDatadir), "ledger"), false, initState, algodConfig.GetDefaultLocal())
Expand Down

0 comments on commit df6bcb6

Please sign in to comment.