Skip to content

Commit

Permalink
Update crates/ekore/src/constants.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Felix Hekhorn <[email protected]>
  • Loading branch information
tgiani and felixhekhorn authored Dec 11, 2024
1 parent 83af836 commit 1af5cbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/ekore/src/constants.rs
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ pub struct ChargeCombinations {

impl ChargeCombinations {
pub fn nu(&self) -> u8 {
uplike_flavors(self.nf)
self.nf / 2
}

pub fn nd(&self) -> u8 {
Expand Down

0 comments on commit 1af5cbf

Please sign in to comment.