Fixed formatting

This commit is contained in:
Travis Hill
2016-07-05 09:42:23 -04:00
committed by GitHub
parent 18396bd284
commit 19cc1c2dda

2
knex/knex.d.ts vendored
View File

@@ -192,7 +192,7 @@ declare module "knex" {
orOn(column1: string, raw: Raw): JoinClause;
orOn(column1: string, operator: string, column2: string): JoinClause;
using(column: string|string[]|Raw|{[key: string]: string|Raw}): JoinClause;
type(type: string): JoinClause;
type(type: string): JoinClause;
}
interface JoinRaw {