Skip to content

Commit

Permalink
Update packages/yak-swc/yak_swc/src/lib.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Donny/강동윤 <[email protected]>
  • Loading branch information
jantimon and kdy1 authored Jul 21, 2024
1 parent b515822 commit 84b4838
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/yak-swc/yak_swc/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -188,8 +188,7 @@ where
import_declaration.specifiers.extend(
self
.yak_library_imports
.get_yak_utility_import_declaration()
.into_iter(),
.get_yak_utility_import_declaration(),
);
break;
}
Expand Down

0 comments on commit 84b4838

Please sign in to comment.