Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
robert3005 committed Oct 21, 2024
1 parent ffb6cc1 commit 18e07c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vortex-serde/src/layouts/read/layouts/inline_dtype.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ use crate::stream_writer::ByteRange;
#[derive(Debug)]
pub struct InlineDTypeLayoutSpec;

impl LayoutSpec for InlineDType LayoutSpec {
impl LayoutSpec for InlineDTypeLayoutSpec {
fn id(&self) -> LayoutId {
INLINE_SCHEMA_LAYOUT_ID
}
Expand Down

0 comments on commit 18e07c0

Please sign in to comment.