Skip to content

Commit cb73a16

Browse files
committed
style: format src/config.ts with prettier
1 parent 84da37f commit cb73a16

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

src/config.ts

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,12 @@ import net from 'node:net';
77
import path from 'node:path';
88

99
import { Headers, RequestInit } from 'node-fetch';
10-
import { Agent as UndiciAgent, ProxyAgent as UndiciProxyAgent, buildConnector, type Dispatcher } from 'undici';
10+
import {
11+
Agent as UndiciAgent,
12+
ProxyAgent as UndiciProxyAgent,
13+
buildConnector,
14+
type Dispatcher,
15+
} from 'undici';
1116
import { RequestContext } from './api.js';
1217
import { Authenticator } from './auth.js';
1318
import { AzureAuth } from './azure_auth.js';

0 commit comments

Comments
 (0)