Skip to content

Commit 2c7e4ff

Browse files
committed
style: fix some formatting issues on the import statements
1 parent 9c885c3 commit 2c7e4ff

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

source/client.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,15 @@
1414
*/
1515

1616
import { caching } from 'cache-manager';
17-
import { dump } from 'js-yaml';
1817
import got from 'got';
18+
import { dump } from 'js-yaml';
1919

2020
import { markdown } from '#markdown';
2121
import { getPropertyContent } from '#property';
2222

2323
import type { Cache } from 'cache-manager';
2424
import type { Got, OptionsOfJSONResponseBody, Response } from 'got';
25+
2526
import type {
2627
Block,
2728
Database,

source/node.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ import { name } from '#.';
1818
import type { FullDatabase, FullPage } from '#types';
1919
import type { NodeInput, NodePluginArgs } from 'gatsby';
2020

21-
2221
interface ContentNode<Type extends string> extends NodeInput {
2322
ref: string;
2423
createdTime: string;

0 commit comments

Comments
 (0)