Skip to content

Commit

Permalink
remove unneeded double \n
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesread committed Apr 4, 2024
1 parent a397c9b commit 1a11a01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ function copyResults () {
}
}

copytext += '\n\n' + window.location
copytext += '\n' + window.location

const ta = document.createElement('textarea')
ta.textContent = copytext
Expand Down

0 comments on commit 1a11a01

Please sign in to comment.