Skip to content

Commit fc8f773

Browse files
ci: apply automated fixes
1 parent ccc831f commit fc8f773

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/router-core/src/router.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -774,7 +774,7 @@ export interface ViewTransitionOptions {
774774
pathChanged: boolean
775775
hrefChanged: boolean
776776
hashChanged: boolean
777-
}) => (Array<string> | false))
777+
}) => Array<string> | false)
778778
}
779779

780780
// TODO where is this used? can we remove this?

0 commit comments

Comments
 (0)