Skip to content

Commit 5d8f71c

Browse files
ematipicoastrobot-houston
authored andcommitted
[ci] format
1 parent 5e7646e commit 5d8f71c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/astro/src/assets/utils/remotePattern.ts

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
import {
2+
type RemotePattern,
23
isRemoteAllowed,
34
matchHostname,
4-
matchPort,
55
matchPathname,
6-
matchProtocol,
7-
type RemotePattern,
86
matchPattern,
7+
matchPort,
8+
matchProtocol,
99
} from '@astrojs/internal-helpers/remote';
1010

1111
export { isRemoteAllowed, matchHostname, matchPort, matchPathname, matchProtocol, matchPattern };

0 commit comments

Comments
 (0)