Remove space in supertest.ts

This commit is contained in:
Jerko Steiner 2019-08-30 13:18:33 +07:00
parent db7a977eef
commit 05946ee342

View File

@ -2,7 +2,7 @@ import request from 'supertest'
import {Application} from 'express'
import {TAsyncified} from './types'
export function createClient<T>( app: Application, path: string,
export function createClient<T>(app: Application, path: string,
) {
let id = 0
const proxy = new Proxy({}, {