Skip to content
This repository was archived by the owner on Jan 7, 2020. It is now read-only.

Commit d29c004

Browse files
authored
Remove trailing space [deploy pr]
1 parent e171850 commit d29c004

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/api.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ export function getSubsetDetails(obj){
9898
}
9999

100100
function getCSV(url, name){
101-
let a = document.createElement('a')
101+
let a = document.createElement('a')
102102
a.href = url
103103
a.style.display = 'none'
104104
a.setAttribute('type', 'hidden')

0 commit comments

Comments
 (0)