Skip to content

Commit 516fd30

Browse files
committed
ci: Format code
1 parent 2273ae0 commit 516fd30

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

codegen/validate-redirects.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,7 @@ interface BrokenRedirect {
1717
reason: string
1818
}
1919

20-
function findForeignSection(
21-
path: string,
22-
ownRoot: string,
23-
): string | undefined {
20+
function findForeignSection(path: string, ownRoot: string): string | undefined {
2421
for (const other of siteSections) {
2522
if (other.root === ownRoot) continue
2623
const prefix = other.urlPrefix.replace(/^\//, '') + '/'

0 commit comments

Comments
 (0)