Adding spaces to imports (#111)

Closes #69
This commit is contained in:
Nejc Zdovc
2016-09-20 21:05:38 +02:00
committed by József Farkas
parent e9a66c64c4
commit 8aa29322e5
30 changed files with 82 additions and 75 deletions

View File

@@ -1,6 +1,6 @@
/// <references path="Function.d.ts">
import {UhkBuffer} from './UhkBuffer';
import { UhkBuffer } from './UhkBuffer';
export abstract class Serializable<T> {