Skip to content

Commit 06c18dd

Browse files
author
Spongman
committed
whitespace fixes
1 parent eea1f51 commit 06c18dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/preprocessor.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ function smokeTestMethods(data) {
66
data.classitems.forEach(function(classitem) {
77
if (classitem.itemtype === 'method') {
88
new DocumentedMethod(classitem);
9-
}
9+
}
1010
});
1111
}
1212

@@ -62,7 +62,7 @@ function mergeOverloadedMethods(data) {
6262
// indexed. We need to make sure that we don't list it multiple
6363
// times in our index pages and such.
6464

65-
method = methodsByFullName[fullName];
65+
method = methodsByFullName[fullName];
6666

6767
assertEqual(method.file, classitem.file,
6868
'all overloads must be defined in the same file');

0 commit comments

Comments
 (0)