Skip to content

Commit 0ba3df1

Browse files
committed
Removed extra whitespace
1 parent 0619b98 commit 0ba3df1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/controllers/DataScriptController.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ module.exports = {
3939

4040
// BUILT-IN DATA MANAGEMENT TOOLS
4141
// http://blog.thesparktree.com/post/92465942639/ducktyping-sailsjs-core-for-background-tasks-via
42-
script_archive: function(req, res) {
42+
script_archive: function(req, res) {
4343
var jobs = QueueService.getQueue();
4444
var job = QueueService.createJob('test job', { user: 1, test: 'testparam' });
4545

0 commit comments

Comments
 (0)