Skip to content

Commit

Permalink
maybe
Browse files Browse the repository at this point in the history
  • Loading branch information
kdy1 committed Jan 16, 2025
1 parent 7150e8f commit 264d8e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/swc_ecma_transforms_testing/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -900,7 +900,7 @@ fn test_fixture_inner<'a>(
});

let mut src_map = if config.sourcemap {
Some(swc_allocator::vec::Vec::new())
Some(swc_allocator::maybe::vec::Vec::new())
} else {
None
};
Expand Down

0 comments on commit 264d8e3

Please sign in to comment.