Formatting
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import IDisposable from "./IDisposable";
|
||||
import IDisposable from './IDisposable';
|
||||
|
||||
export default class Disposable implements IDisposable {
|
||||
private readonly _cleanup: () => void;
|
||||
|
||||
Reference in New Issue
Block a user