spacing (no code changes)

Added this commit purely to trigger first CI build as per contribution guidelines.
This commit is contained in:
yortus
2015-08-10 19:02:16 +08:00
parent bd876d257d
commit 1bdaa7d80f

2
knex/knex.d.ts vendored
View File

@@ -33,7 +33,7 @@ declare module "knex" {
fn: any;
}
function Knex( config : Knex.Config ) : Knex;
function Knex(config: Knex.Config) : Knex;
namespace Knex {
//