Skip to content

Commit

Permalink
[core] Fix trailing-space
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari committed May 27, 2022
1 parent 0ada1f3 commit 0c6f5c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/l10n.ts
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ async function updateIssue(githubToken, newMessage) {
const requestBody = `You can check below all of the localization files that contain at least one missing translation. If you are a fluent speaker of any of these languages, feel free to submit a pull request. Any help is welcome to make the X components to reach new cultures.
Run \`yarn l10n --report\` to update the list below ⬇️
## DataGrid / DataGridPro
${newMessage}
`;
Expand Down

0 comments on commit 0c6f5c0

Please sign in to comment.