Skip to content

Commit c6ce1e8

Browse files
committed
Fix spacing in SyntaxUnit.js
1 parent 36851b9 commit c6ce1e8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/util/SyntaxUnit.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ SyntaxUnit.prototype = {
5656

5757
//restore constructor
5858
constructor: SyntaxUnit,
59-
59+
6060
/**
6161
* Returns the text representation of the unit.
6262
* @return {String} The text representation of the unit.
@@ -65,7 +65,7 @@ SyntaxUnit.prototype = {
6565
valueOf: function(){
6666
return this.toString();
6767
},
68-
68+
6969
/**
7070
* Returns the text representation of the unit.
7171
* @return {String} The text representation of the unit.

0 commit comments

Comments
 (0)