Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
lpil committed Mar 4, 2025
1 parent b01ad2f commit c62afa7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions compiler-core/src/javascript.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ use num_bigint::BigInt;
use num_traits::ToPrimitive;

use crate::analyse::TargetSupport;
use crate::build::package_compiler::StdlibPackage;
use crate::build::Target;
use crate::build::package_compiler::StdlibPackage;
use crate::codegen::TypeScriptDeclarations;
use crate::type_::PRELUDE_MODULE_NAME;
use crate::{
Expand All @@ -21,7 +21,7 @@ use crate::{
pretty::*,
};
use camino::Utf8Path;
use ecow::{eco_format, EcoString};
use ecow::{EcoString, eco_format};
use expression::Context;
use itertools::Itertools;

Expand Down

0 comments on commit c62afa7

Please sign in to comment.