Skip to content

Commit

Permalink
sonarcube suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
reZach committed May 4, 2021
1 parent d134b38 commit fb57e3b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions app/electron/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,6 @@ app.on("web-contents-created", (event, contents) => {
);

contentsEvent.preventDefault();
return;
}
});

Expand All @@ -247,7 +246,6 @@ app.on("web-contents-created", (event, contents) => {
);

contentsEvent.preventDefault();
return;
}
});

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "secure-electron-template",
"version": "10.1.1",
"version": "10.1.2",
"description": "The best way to build Electron apps with security in mind.",
"private": true,
"main": "app/electron/main.js",
Expand Down

0 comments on commit fb57e3b

Please sign in to comment.