Skip to content

Commit

Permalink
Merge pull request #16811 from kellyselden/patch-1
Browse files Browse the repository at this point in the history
remove double ending line in blueprint
  • Loading branch information
rwjblue authored Jul 11, 2018
2 parents 7fd732e + 10cad87 commit 04c60d4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,3 @@ module('<%= friendlyTestDescription %>', function(hooks) {
assert.ok(service);
});
});

1 change: 0 additions & 1 deletion node-tests/fixtures/service-test/rfc232.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,3 @@ module('Unit | Service | foo', function(hooks) {
assert.ok(service);
});
});

0 comments on commit 04c60d4

Please sign in to comment.