Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
sokra committed Jul 17, 2023
1 parent 6ed7351 commit 266101d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ use turbopack_binding::{
turbo::tasks_fs::{rope::RopeBuilder, File, FileSystemPath},
turbopack::{
core::{
asset::{AssetContent},
asset::AssetContent,
context::AssetContext,
reference_type::{EcmaScriptModulesReferenceSubType, ReferenceType},
source::Source,
Expand Down
2 changes: 1 addition & 1 deletion packages/next-swc/crates/next-build/src/next_build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ use turbopack_binding::{
build::BuildChunkingContext,
cli_utils::issue::{ConsoleUi, LogOptions},
core::{
asset::{Asset},
asset::Asset,
chunk::ChunkingContext,
environment::ServerAddr,
issue::{IssueContextExt, IssueReporter, IssueSeverity},
Expand Down

0 comments on commit 266101d

Please sign in to comment.