Formatting

This commit is contained in:
2025-10-25 17:20:23 -04:00
parent 17e7f8babd
commit b209d710b8
8 changed files with 83 additions and 85 deletions

View File

@@ -1,4 +1,4 @@
import IDisposable from "./IDisposable";
import IDisposable from './IDisposable';
export default class Disposable implements IDisposable {
private readonly _cleanup: () => void;