Skip to content

Commit ab1a128

Browse files
committed
Fix inconsistency in coding style
1 parent 015669f commit ab1a128

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
var express = require('express')
2-
var app = express();
2+
var app = express()
33

44
app.set('port', (process.env.PORT || 5000))
55
app.use(express.static(__dirname + '/public'))

0 commit comments

Comments
 (0)