Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
dsherret committed Apr 16, 2024
1 parent 811dcb0 commit c9b825f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion rs-lib/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,8 @@ pub async fn transpile(
analyzer.remove_parsed_source(&module.specifier)
{
let transpiled_source = parsed_source
.transpile(transpile_options, emit_options)?.into_source();
.transpile(transpile_options, emit_options)?
.into_source();

map.insert(module.specifier.to_string(), transpiled_source.text);

Expand Down

0 comments on commit c9b825f

Please sign in to comment.