Skip to content

Commit 9e3fc69

Browse files
committed
Add ; for consistency
1 parent 55f3c6d commit 9e3fc69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/c14n-canonicalization.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ C14nCanonicalization.prototype.process = function(node, options) {
210210

211211
var prefixesInScope = [];
212212
for (var i = 0; i < ancestorNamespaces.length; i++) {
213-
prefixesInScope.push(ancestorNamespaces[i].prefix)
213+
prefixesInScope.push(ancestorNamespaces[i].prefix);
214214
}
215215

216216
var res = this.processInner(node, prefixesInScope, defaultNs, defaultNsForPrefix, ancestorNamespaces);

0 commit comments

Comments
 (0)