Skip to content

Commit a79c334

Browse files
committed
style(core): format source
1 parent 91f4967 commit a79c334

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

src/get-context/get-package-json-files/package-json-file/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import { newlines } from '../../../lib/newlines';
99
import type { Syncpack } from '../../../types';
1010
import {
1111
exhaustiveCheck,
12-
strategyByName
12+
strategyByName,
1313
} from '../../get-config/path-strategy';
1414
import type { JsonFile } from '../get-patterns/read-json-safe';
1515
import { Instance } from './instance';

src/get-context/get-package-json-files/package-json-file/instance.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { $R } from '../../$R';
44
import type { Syncpack } from '../../../types';
55
import {
66
exhaustiveCheck,
7-
strategyByName
7+
strategyByName,
88
} from '../../get-config/path-strategy';
99
import type { Delete } from '../../get-groups/version-group/instance-group';
1010
import { DELETE } from '../../get-groups/version-group/instance-group';

src/lib/disk.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import {
33
readFileSync,
44
readJsonSync,
55
removeSync,
6-
writeFileSync
6+
writeFileSync,
77
} from 'fs-extra';
88
import { sync as globSync } from 'glob';
99
import { join } from 'path';

src/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import type {
55
Cli as cli,
66
Private as privateSchema,
77
Public as publicSchema,
8-
SyncpackRc as syncpackRc
8+
SyncpackRc as syncpackRc,
99
} from './get-context/get-config/schema';
1010
import type * as paths from './get-context/get-config/schema/paths';
1111
import type * as semverGroup from './get-context/get-config/schema/semver-group';

0 commit comments

Comments
 (0)