ENiGMA 1/2 WILL USE SPACES FROM THIS POINT ON VS TABS
* Really just to make GitHub formatting happy. Arg.
This commit is contained in:
@@ -6,7 +6,7 @@ var PluginModule = require('./plugin_module.js').PluginModule;
|
||||
exports.ServerModule = ServerModule;
|
||||
|
||||
function ServerModule() {
|
||||
PluginModule.call(this);
|
||||
PluginModule.call(this);
|
||||
}
|
||||
|
||||
require('util').inherits(ServerModule, PluginModule);
|
||||
|
||||
Reference in New Issue
Block a user