Skip to content

Commit

Permalink
fmt fix
Browse files Browse the repository at this point in the history
  • Loading branch information
benesjan committed Jul 24, 2024
1 parent b48637c commit 17bcf9a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ mod test {
};

#[test]
fn test_derive_base_slot() {
fn test_derive_base_slot() {
let derived_s1 = derive_base_slot(1);
let derived_s2 = derive_base_slot(2);
let derived_s3 = derive_base_slot(3);
Expand Down

0 comments on commit 17bcf9a

Please sign in to comment.