mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-13 23:35:47 +01:00
Delete horrible trailing whitespace.
This commit is contained in:
@@ -169,7 +169,7 @@ function removeAllHistory() {
|
||||
// Set up an observer so we get notified when remove completes
|
||||
let observer = {
|
||||
observe: function(aSubject, aTopic, aData) {
|
||||
observerService.removeObserver(this, TOPIC_EXPIRATION_FINISHED);
|
||||
observerService.removeObserver(this, TOPIC_EXPIRATION_FINISHED);
|
||||
finishedFlag.state = true;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user