Skip to content

Commit 65de048

Browse files
committed
style: fix lint
1 parent 23dbc24 commit 65de048

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/history/hash.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ export function getHash (): string {
125125
href = decodeURI(href.slice(0, hashIndex)) + href.slice(hashIndex)
126126
} else href = decodeURI(href)
127127
} else {
128-
href = decodeURI(href.slice(0, searchIndex)) + href.slice(searchIndex)
128+
href = decodeURI(href.slice(0, searchIndex)) + href.slice(searchIndex)
129129
}
130130

131131
return href

0 commit comments

Comments
 (0)