Skip to content

Commit

Permalink
format code
Browse files Browse the repository at this point in the history
  • Loading branch information
pufferfish101007 committed Feb 29, 2024
1 parent b80b8bf commit b0d76f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ir.rs
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
// intermediate representation
use crate::log;
use crate::sb3::{
Block, BlockArray, BlockArrayOrId, BlockOpcode, CostumeDataFormat, Field, Input, Sb3Project,
VarVal, VariableInfo,
};
use crate::HQError;
use crate::log;
use alloc::collections::BTreeMap;
use alloc::rc::Rc;
use alloc::string::{String, ToString};
Expand Down

0 comments on commit b0d76f4

Please sign in to comment.