Skip to content

Commit

Permalink
Reformat code with cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
BuJo committed Sep 24, 2023
1 parent 874f18a commit cb4e5c4
Show file tree
Hide file tree
Showing 5 changed files with 232 additions and 79 deletions.
4 changes: 3 additions & 1 deletion src/csr.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ pub struct Csr {

impl Csr {
pub fn new() -> Csr {
Self { csrs: [0; CSR_SIZE] }
Self {
csrs: [0; CSR_SIZE],
}
}
}

Expand Down
Loading

0 comments on commit cb4e5c4

Please sign in to comment.