Skip to content

Commit

Permalink
Remove trailing whitespace from lib/pbxWriter.js (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Brody authored Dec 12, 2018
1 parent db42242 commit c51e81e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/pbxWriter.js
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ pbxWriter.prototype.writeArray = function (arr, name) {
} else if (isObject(entry)) {
this.write('{\n');
this.indentLevel++;

this.writeObject(entry);

this.indentLevel--;
Expand Down Expand Up @@ -286,7 +286,7 @@ pbxWriter.prototype.writeInlineObject = function (n, d, r) {

if (isArray(obj)) {
output.push(f("%s = (", key));

for (var i=0; i < obj.length; i++) {
output.push(f("%s, ", obj[i]))
}
Expand Down

0 comments on commit c51e81e

Please sign in to comment.