1
0
mirror of https://github.com/janet-lang/janet synced 2025-11-25 19:54:48 +00:00

Fix formatting.

This commit is contained in:
Calvin Rose
2020-11-11 15:35:44 -06:00
parent 93bd2c11fa
commit caa6576719
2 changed files with 16 additions and 17 deletions

View File

@@ -779,7 +779,7 @@ void janet_loop1_impl(int has_timeout, JanetTimestamp to) {
JanetAsyncStatus status = state->machine(state, JANET_ASYNC_EVENT_COMPLETE);
if (status == JANET_ASYNC_STATUS_DONE) {
janet_unlisten(state);
}
}
break;
} else {
state = state->_next;