Skip to content
This repository was archived by the owner on Sep 27, 2019. It is now read-only.

Commit b6c9e58

Browse files
committed
Fix build
1 parent 51ec217 commit b6c9e58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/include/index/skiplist_index.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ class SkipListIndex : public Index {
7272
const ConjunctionScanPredicate *csp_p, uint64_t limit,
7373
uint64_t offset);
7474

75-
void ScanAllKeys(std::vector<ValueType> &result);i
75+
void ScanAllKeys(std::vector<ValueType> &result);
7676

7777
void ScanKey(const storage::Tuple *key, std::vector<ValueType> &result);
7878

0 commit comments

Comments
 (0)