1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-21 15:04:11 -05:00

fix multi empty lines

This commit is contained in:
Yorkie Liu 2018-05-31 23:54:53 +08:00 committed by Ryan Dahl
parent 502662476a
commit 9cf5ecab02

View file

@ -88,4 +88,3 @@ export function clearTimer(id: number) {
});
}