Formatting-only change.

This commit is contained in:
Par Winzell 2019-02-23 23:51:05 -08:00
parent e83d495fdc
commit a3841fe7cd
1 changed files with 62 additions and 62 deletions

View File

@ -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;