Skip to content

Commit

Permalink
Fix issue with trailing new line in response.txt file
Browse files Browse the repository at this point in the history
  • Loading branch information
pmcilwaine committed Aug 30, 2019
1 parent 476a4ff commit 89f20da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/controller/MockController.js
Original file line number Diff line number Diff line change
Expand Up @@ -597,7 +597,7 @@ MockController.prototype = extend(MockController.prototype, {
}

return {
name: name,
name: name.trim(),
type: type,
};
},
Expand Down

0 comments on commit 89f20da

Please sign in to comment.