Skip to content

Commit

Permalink
white space
Browse files Browse the repository at this point in the history
  • Loading branch information
chrismatthieu committed Nov 19, 2011
1 parent 9e5f01c commit c7ddf19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion irc.js
Expand Up @@ -4,7 +4,7 @@ var io = require('socket.io');
var express = require('express');
var ircjs = require('irc-js');

var app = express.createServer();
var app = express.createServer();

app.configure(function(){
// app.use(express.compiler({ src: __dirname + '/public', enable: ['stylus'] }));
Expand Down

0 comments on commit c7ddf19

Please sign in to comment.