不要怂,就是干,撸起袖子干!

Commit f77416e7 by terraflubb

Bring var formatting in line with conventions

1 parent 3eb31c7c
Showing with 5 additions and 5 deletions
#!/usr/bin/env node
var path = require("path")
, fs = require("fs")
, program = require("commander")
var path = require("path")
, fs = require("fs")
, program = require("commander")
, Sequelize = require(__dirname + '/../index')
, moment = require("moment")
, _ = Sequelize.Utils._
, moment = require("moment")
, _ = Sequelize.Utils._
var configuration = {
configFile: process.cwd() + '/config/config.json',
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!