Skip to content

Commit

Permalink
Fix some lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
ldiringer committed Jun 16, 2017
1 parent c3c8727 commit 8c602db
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/data/headers/api/get_redirect.js
@@ -1,4 +1,5 @@
module.exports = function(request) {
'use strict';
module.exports = function() {
return {
'httpCode': 303,
'location': 'https://github.com'
Expand Down
2 changes: 2 additions & 0 deletions test/data/scripts/api/users/@scripts/get.js
@@ -1,3 +1,5 @@
'use strict';

module.exports = function(request, data) {
return {
content: {
Expand Down

0 comments on commit 8c602db

Please sign in to comment.