Skip to content

Commit

Permalink
remove spurious comma
Browse files Browse the repository at this point in the history
  • Loading branch information
ttyridal committed Feb 26, 2016
1 parent 22c836b commit c0cb3fc
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions ext/lib/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,7 @@ if (ss.storage.sites && (!ss.storage.version || ss.storage.version < 2)) {
}
if (ss.storage.version !== 2) ss.storage.version = 2;

var session_store = {
'masterkey': null,
};
var session_store = { 'masterkey': null };

if (system_password_manager) {
system_password_manager.then(function(lib){
Expand Down

0 comments on commit c0cb3fc

Please sign in to comment.