Skip to content

Commit af29fbb

Browse files
committed
Correct indent
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
1 parent 2d0a51e commit af29fbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

generate-stats.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ function generateTemplate(data) {
7171
var contributors = ${JSON.stringify(Object.entries(data))};
7272
7373
// Certain users may have inappropriate or offense imagery for their profile picture
74-
var exclude = ["mjallday"]
74+
var exclude = ["mjallday"]
7575
7676
var userRows;
7777
var rows = [14, 14, 14, 14]; // users/row;

0 commit comments

Comments
 (0)