jshint
authorSteve Hackbarth <stephenhackbarth@gmail.com>
Mon, 7 Jul 2014 18:30:18 +0000 (14:30 -0400)
committerSteve Hackbarth <stephenhackbarth@gmail.com>
Mon, 7 Jul 2014 18:30:18 +0000 (14:30 -0400)
node-datasource/main.js

index 24568c9..47f4ffa 100755 (executable)
@@ -175,14 +175,14 @@ try {
 /**
  * Module dependencies.
  */
-  var passport = require('passport'),
-    oauth2 = require('./oauth2/oauth2'),
-    routes = require('./routes/routes'),
-    socketio = require('socket.io'),
-    url = require('url'),
-    utils = require('./oauth2/utils'),
-    user = require('./oauth2/user'),
-    destroySession;
+var passport = require('passport'),
+  oauth2 = require('./oauth2/oauth2'),
+  routes = require('./routes/routes'),
+  socketio = require('socket.io'),
+  url = require('url'),
+  utils = require('./oauth2/utils'),
+  user = require('./oauth2/user'),
+  destroySession;
 
 // TODO - for testing. remove...
 //http://stackoverflow.com/questions/13091037/node-js-heap-snapshots-and-google-chrome-snapshot-viewer