remove trailing space

This commit is contained in:
meganrogge
2022-02-15 11:57:20 -06:00
parent f42e78d832
commit 7134eaf20c
+1 -1
View File
@@ -595,7 +595,7 @@ export class Buffer implements IBuffer {
for (const marker of this.markers) {
marker.dispose();
}
}
}
this._isClearing = false;
}