Skip to content

Commit

Permalink
style(schema): satisfy rustfmt
Browse files Browse the repository at this point in the history
  • Loading branch information
loyd committed May 30, 2024
1 parent cb2e4d7 commit 623c4bb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/schema.rs
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,8 @@ pub struct Field {
pub name: String,
pub size: usize,
pub align: Option<usize>,
// TODO: what is it?
pub offset: Option<usize>,
pub local_type: Option<String>
pub local_type: Option<String>,
}

#[derive(Debug, PartialEq, Eq)]
Expand Down

0 comments on commit 623c4bb

Please sign in to comment.