Skip to content

Commit

Permalink
style: standard
Browse files Browse the repository at this point in the history
  • Loading branch information
gr2m committed Feb 28, 2017
1 parent 31e4a6e commit f3bafac
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 7 deletions.
1 change: 0 additions & 1 deletion server/plugins/client/bundle-handler-factory.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,3 @@ function createBundleHandler (hoodieClientPath, bundleTargetPath, bundleConfig)
}).catch(reply)
}
}

1 change: 0 additions & 1 deletion server/plugins/client/bundle-writer.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,3 @@ function writeClientBundle (hasUpdate, inMemory, bundleTargetPath, bundleBuffer)
log.info('client', 'bundle written to ' + bundleTargetPath)
})
}

1 change: 0 additions & 1 deletion test/unit/cli/app-defaults-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,3 @@ test('app options', function (group) {

group.end()
})

1 change: 0 additions & 1 deletion test/unit/client/bundle-handler-factory-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -100,4 +100,3 @@ test('bundle-handler-factory', function (group) {

group.end()
})

1 change: 0 additions & 1 deletion test/unit/client/bundle-writer-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,4 +70,3 @@ test('bundle-writer', function (group) {

group.end()
})

1 change: 0 additions & 1 deletion test/unit/client/client-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,3 @@ test('client', function (group) {

group.end()
})

2 changes: 1 addition & 1 deletion test/unit/server/public-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ test('public', function (group) {
public: 'my-custom-public-directory'
}
}
}, function () { return })
}, function () { })

done()
})
Expand Down

0 comments on commit f3bafac

Please sign in to comment.