Skip to content

Commit

Permalink
Remove whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
xavierfacq committed Sep 4, 2023
1 parent 8cec2e5 commit d16eb95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hooks/fetchReleaseNotes.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export function fetchReleaseNotesForVersion(

return releaseNotes;
}

async function fetchReleaseNote(version) {
const url = `${baseUrl}/${version}`;
try {
Expand Down

0 comments on commit d16eb95

Please sign in to comment.