Skip to content
This repository was archived by the owner on Oct 15, 2024. It is now read-only.

Commit 4f1b924

Browse files
author
Mark Pundsack
committed
Merge pull request #80 from saadq/patch-1
Fix inconsistency in coding style
2 parents 015669f + ab1a128 commit 4f1b924

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
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)