Skip to content

Commit

Permalink
Update files.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
WilliamRagstad committed Mar 28, 2024
1 parent be5dc7d commit e2fb4fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/files.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ use colorful::Colorful;

use lento_core::interpreter::interpreter::interpret_module;
use lento_core::interpreter::value::Value;
use lento_core::parser::ast::{Ast, Module};
use lento_core::parser::ast::Module;
use lento_core::parser::parser::parse_path_all;
use lento_core::{
interpreter::{
Expand Down

0 comments on commit e2fb4fc

Please sign in to comment.