diff --git a/src/store/fs-report-store.ts b/src/store/fs-report-store.ts index 06e9ab8..1c0b1e8 100644 --- a/src/store/fs-report-store.ts +++ b/src/store/fs-report-store.ts @@ -18,10 +18,12 @@ import fs from 'node:fs'; import * as winston from 'winston'; - - -import { ObserverReport, ReportInfo, ReportSink, ReportStore } from '../types.js'; - +import { + ObserverReport, + ReportInfo, + ReportSink, + ReportStore, +} from '../types.js'; export class FsReportStore implements ReportSink, ReportStore { // Dependencies