mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
whitespace fix
This commit is contained in:
parent
f9a54a3f51
commit
37058a3f80
@ -195,7 +195,7 @@ SnapshotStore.prototype = {
|
||||
if ("GUID" in command.data) {
|
||||
// special-case guid changes
|
||||
let newGUID = command.data.GUID,
|
||||
oldGUID = command.GUID;
|
||||
oldGUID = command.GUID;
|
||||
|
||||
this._data[newGUID] = this._data[oldGUID];
|
||||
delete this._data[oldGUID];
|
||||
|
Loading…
Reference in New Issue
Block a user