Skip to content

Commit

Permalink
Fix codacy issues
Browse files Browse the repository at this point in the history
  • Loading branch information
cgrail committed Jan 10, 2017
1 parent 6d6e984 commit 8cecd8d
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 7 deletions.
1 change: 0 additions & 1 deletion github-chrome-fullname/UserIdStringReplacer.js
@@ -1,6 +1,5 @@
"use strict";

/*global chrome*/
function UserIdStringReplacer(githubUrl, userNameCache) {
this._userIdRegex = /[di]\d{6}|c\d{7}/gi;
this._deferredUserMap = {};
Expand Down
3 changes: 0 additions & 3 deletions test/UserIdReplacer-spec.js
Expand Up @@ -32,9 +32,6 @@ describe("UserIdReplacer", function() {
get: function(key, fn){
fn();

},
set: function(key){

}
}
}
Expand Down
3 changes: 0 additions & 3 deletions test/UserIdStringReplacer-spec.js
Expand Up @@ -35,9 +35,6 @@ describe("UserIdStringReplacer", function() {
get: function(key, fn){
fn();

},
set: function(key){

}
}
}
Expand Down

0 comments on commit 8cecd8d

Please sign in to comment.