Skip to content

Commit

Permalink
formatted src files
Browse files Browse the repository at this point in the history
  • Loading branch information
thetutlage committed Dec 27, 2015
1 parent 3500fe8 commit fe1a8e1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/Commands/Make.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ Make.signature = '{name}'
Make.handle = function (options) {
const helpers = Ioc.make('Adonis/Src/Helpers')
return new Promise((resolve, reject) => {

const name = `${new Date().getTime()}_${options.name}.js`
const migrationPath = helpers.migrationsPath(name)

Expand Down
1 change: 0 additions & 1 deletion src/Commands/Rollback.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ Rollback.signature = '{--force?}'
* @public
*/
Rollback.handle = function * (options, flags) {

const Helpers = Ioc.make('Adonis/Src/Helpers')
const Runner = Ioc.make('Adonis/Src/Runner')
const migrations = Helpers.migrationsPath()
Expand Down

0 comments on commit fe1a8e1

Please sign in to comment.