Skip to content

Commit

Permalink
cargo fmt cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
nilskch committed Aug 19, 2024
1 parent c8250f9 commit efff960
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/src/evaluator/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ use error::EvaluationError;
use crate::ast::expression::{Expression, HashLiteral, Identifier, IfExpression};
use crate::ast::program::Program;
use crate::ast::statement::{BlockStatement, Statement};
use crate::object::{Function, Object};
use crate::object::environment::{Env, Environment};
use crate::object::{Function, Object};

pub mod builtin;
mod error;
Expand Down

0 comments on commit efff960

Please sign in to comment.