Merge pull request #2558 from Tyriar/force_build

Whitespace to force a webgl release
This commit is contained in:
Daniel Imms
2019-11-10 12:07:01 -08:00
committed by GitHub
@@ -440,3 +440,4 @@ function toPaddedHex(c: number): string {
const s = c.toString(16);
return s.length < 2 ? '0' + s : s;
}