Skip to content

Commit

Permalink
chore: run prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
dtfiedler committed Jun 7, 2024
1 parent c4c2eb4 commit 2ffb3e2
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions src/store/fs-report-store.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2ffb3e2

Please sign in to comment.