style: fix whitespace

This commit is contained in:
Alex Shelkovnykov 2023-11-15 13:31:49 +01:00
parent 85539466c4
commit c7090fb62c

View File

@ -37,7 +37,6 @@ pub fn jet_ut_crop(context: &mut Context, subject: Noun) -> Result {
}
}
pub fn jet_ut_fish(context: &mut Context, subject: Noun) -> Result {
// axe must be Atom, though we use it as Noun
let axe = slot(subject, 6)?.as_atom()?;