whitespace fix

This commit is contained in:
Dan Mills 2008-08-08 12:34:01 -07:00
parent f9a54a3f51
commit 37058a3f80

View File

@ -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];