Skip to content

Commit 6a26151

Browse files
heydariplusplusSaswatPadhi
authored andcommitted
resolving an error about an unexpected space before function parentheses
1 parent f273531 commit 6a26151

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pseudocode.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ module.exports = {
7070
renderClass: function(class_name, options) {
7171
[].forEach.call(
7272
document.getElementsByClassName(class_name),
73-
function (el) { this.renderElement(el, options); }
73+
function(el) { this.renderElement(el, options); }
7474
);
7575
},
7676
};

0 commit comments

Comments
 (0)