Skip to content

Commit

Permalink
fix lint issue (#61433)
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelsavara committed Nov 10, 2021
1 parent b07b26d commit 1d352fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mono/wasm/runtime/cs-to-js.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import {
MonoArrayNull, MonoObject, MonoObjectNull, MonoString,
MonoType, MonoTypeNull
} from "./types";
import { Module, runtimeHelpers } from "./modules";
import { runtimeHelpers } from "./modules";
import { conv_string } from "./strings";
import corebindings from "./corebindings";
import cwraps from "./cwraps";
Expand Down

0 comments on commit 1d352fc

Please sign in to comment.