Skip to content

Commit fb9c8bb

Browse files
committed
fix: lint
1 parent 1e72fcd commit fb9c8bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/src/unraid-api/unraid-file-modifier/unraid-file-modifier.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ import { join } from 'path';
66
import { createPatch } from 'diff';
77
import { afterEach, beforeEach, describe, expect, it, vi } from 'vitest';
88

9+
import { fileExistsSync } from '@app/core/utils/files/file-exists';
910
import {
1011
FileModification,
1112
ShouldApplyWithReason,
1213
} from '@app/unraid-api/unraid-file-modifier/file-modification';
1314
import { UnraidFileModificationService } from '@app/unraid-api/unraid-file-modifier/unraid-file-modifier.service';
14-
import { fileExistsSync } from '@app/core/utils/files/file-exists';
1515

1616
const FIXTURE_PATH = join(__dirname, 'modifications', '__test__', '__fixtures__', 'text-patch-file.txt');
1717
const ORIGINAL_CONTENT = 'original';

0 commit comments

Comments
 (0)