Formatting-only change.
This commit is contained in:
parent
e83d495fdc
commit
a3841fe7cd
|
@ -1,9 +1,9 @@
|
|||
import { readFileSync } from 'fs';
|
||||
import * as tmp from 'tmp';
|
||||
import * as path from 'path';
|
||||
import * as fbx2gltf from 'fbx2gltf';
|
||||
import {assert, expect} from 'chai';
|
||||
import * as fbx2gltf from 'fbx2gltf';
|
||||
import {readFileSync} from 'fs';
|
||||
import {validateBytes} from 'gltf-validator';
|
||||
import * as path from 'path';
|
||||
import * as tmp from 'tmp';
|
||||
|
||||
interface Model {
|
||||
path: string;
|
||||
|
|
Loading…
Reference in New Issue