Skip to content

Commit

Permalink
whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelsavara committed Sep 14, 2021
1 parent 64140c5 commit 3c8187f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/mono/wasm/runtime/library_mono.js
Original file line number Diff line number Diff line change
Expand Up @@ -495,7 +495,7 @@ var MonoSupportLib = {
}
},

string_decoder: {
string_decoder: {
copy: function (mono_string) {
if (mono_string === 0)
return null;
Expand Down Expand Up @@ -1496,6 +1496,7 @@ var MonoSupportLib = {
},

mono_set_timeout: function (timeout, id) {

if (typeof globalThis.setTimeout === 'function') {
globalThis.setTimeout (function () {
MONO.mono_wasm_set_timeout_exec (id);
Expand Down

0 comments on commit 3c8187f

Please sign in to comment.