Skip to content

Commit a176e0a

Browse files
committed
fmt
1 parent 3a1baab commit a176e0a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/mem_buffer.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ pub struct MemBuffer {
117117

118118
pub struct TableBuffer {
119119
buckets: DashMap<i64, TimeBucket>,
120-
schema: SchemaRef, // Immutable after creation - no lock needed
120+
schema: SchemaRef, // Immutable after creation - no lock needed
121121
project_id: Arc<str>,
122122
table_name: Arc<str>,
123123
}
@@ -718,7 +718,7 @@ impl TableBuffer {
718718
}
719719

720720
pub fn schema(&self) -> SchemaRef {
721-
self.schema.clone() // Arc clone is cheap
721+
self.schema.clone() // Arc clone is cheap
722722
}
723723

724724
/// Insert a batch into this table's appropriate time bucket.

0 commit comments

Comments
 (0)