Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
shish committed Feb 20, 2024
1 parent 87935c6 commit 58795e3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,8 @@ fn ms2rgb(sample: Option<Duration>, max: Duration) -> RGB<u8> {
}
}
};
return hsv2rgb(hsv);

hsv2rgb(hsv)
}

#[cfg(test)]
Expand Down

0 comments on commit 58795e3

Please sign in to comment.