Skip to content

Commit

Permalink
chore: fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
sorrycc committed Oct 15, 2024
1 parent 16ffb05 commit 51a2958
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/binding/src/js_plugin.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ use mako::plugin::{Plugin, PluginGenerateEndParams, PluginLoadParam, PluginResol
use mako::resolve::{ExternalResource, Resolution, ResolvedResource, ResolverResource};

use crate::js_hook::{
LoadResult, TransformResult, ResolveIdParams, ResolveIdResult, TsFnHooks, WriteFile,
LoadResult, ResolveIdParams, ResolveIdResult, TransformResult, TsFnHooks, WriteFile,
};

pub struct JsPlugin {
Expand Down

0 comments on commit 51a2958

Please sign in to comment.