Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Denchick committed Mar 28, 2024
1 parent 8440d31 commit 2658edd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion qdb/etcdqdb.go
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,7 @@ func (q *EtcdQDB) ShareKeyRange(id string) error {
}

// ==============================================================================
// Transfer transactions
// TRANSACTION TRANSFERS
// ==============================================================================

// TODO : unit tests
Expand Down
2 changes: 1 addition & 1 deletion qdb/memqdb.go
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,7 @@ func (q *MemQDB) ShareKeyRange(id string) error {
}

// ==============================================================================
// Transfer transactions
// TRANSACTION TRANSFERS
// ==============================================================================

// TODO : unit tests
Expand Down

0 comments on commit 2658edd

Please sign in to comment.