From 1bdaa7d80f2df2588afbcf5ae9f5c8f069af1784 Mon Sep 17 00:00:00 2001 From: yortus Date: Mon, 10 Aug 2015 19:02:16 +0800 Subject: [PATCH] spacing (no code changes) Added this commit purely to trigger first CI build as per contribution guidelines. --- knex/knex.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/knex/knex.d.ts b/knex/knex.d.ts index 90514e7cb..82dda6bf2 100644 --- a/knex/knex.d.ts +++ b/knex/knex.d.ts @@ -33,7 +33,7 @@ declare module "knex" { fn: any; } - function Knex( config : Knex.Config ) : Knex; + function Knex(config: Knex.Config) : Knex; namespace Knex { //