Skip to content

Commit 36a4eea

Browse files
committed
fixed formatting
1 parent 226034d commit 36a4eea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tasks/documentation.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ module.exports = function(grunt) {
1818
format: 'html',
1919
shallow: false,
2020
github: false,
21-
order: []
21+
order: []
2222
});
2323

2424
var formatter = documentation.formats[options.format];
@@ -29,7 +29,7 @@ module.exports = function(grunt) {
2929
var docOptions = {
3030
github: options.github,
3131
shallow: options.shallow,
32-
order: options.order
32+
order: options.order
3333
};
3434

3535
var done = this.async(),

0 commit comments

Comments
 (0)