Skip to content

Commit 90eedb9

Browse files
committed
chore: sync
1 parent 48c143f commit 90eedb9

File tree

1 file changed

+1
-1
lines changed
  • rust/cubestore/cubestore/src/metastore

1 file changed

+1
-1
lines changed

rust/cubestore/cubestore/src/metastore/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ macro_rules! data_frame_from {
140140
}
141141

142142
#[macro_export]
143-
macro_rules! anbase_rocks_secondary_index {
143+
macro_rules! anbase_rocks_secondary_index {
144144
($table: ty, $index: ty) => {
145145
impl crate::metastore::BaseRocksSecondaryIndex<$table> for $index {
146146
fn index_value(&self, row: &$table) -> Vec<u8> {

0 commit comments

Comments
 (0)