Skip to content

Commit 001d186

Browse files
skeptomaiclaude
andcommitted
fix: Apply cargo fmt formatting fixes
Resolves CI formatting check failures by removing trailing whitespace and excess blank lines in ir_gen_expressions.rs and ir_generator.rs. Also syncs Cargo.lock to version 2.16.0. πŸ€– Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
1 parent 3579e92 commit 001d186

File tree

3 files changed

+2
-5
lines changed

3 files changed

+2
-5
lines changed

β€ŽCargo.lockβ€Ž

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Žsrc/grue_compiler/ir_gen_expressions.rsβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -947,7 +947,7 @@ impl super::IrGenerator {
947947
return match source {
948948
// Arrays removed - no variables are arrays anymore
949949
VariableSource::ObjectTreeRoot(_) => false, // Contents result - NOT an array
950-
VariableSource::Scalar(_) => false, // Scalar value - NOT an array
950+
VariableSource::Scalar(_) => false, // Scalar value - NOT an array
951951
};
952952
}
953953
}

β€Žsrc/grue_compiler/ir_generator.rsβ€Ž

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -491,9 +491,6 @@ impl IrGenerator {
491491
Ok(ir_block)
492492
}
493493

494-
495-
496-
497494
/// Testing method to expose room_objects mapping for integration tests
498495
#[cfg(test)]
499496
pub fn get_room_objects(&self) -> &IndexMap<String, Vec<RoomObjectInfo>> {

0 commit comments

Comments
Β (0)