Skip to content

Commit

Permalink
Merge pull request opencast#1284 from geichelberger/whitespace
Browse files Browse the repository at this point in the history
Remove whitespace
  • Loading branch information
geichelberger authored Mar 18, 2024
2 parents 95cd87a + a6c79ab commit 56ed7ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/SubtitleSelect.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ const SubtitleSelect: React.FC = () => {
// Converts tags from the config file format to opencast format
const convertTags = (tags: subtitleTags) => {
return Object.entries(tags)
.map(tag => `${tag[0]}: ${tag[1]}`)
.map(tag => `${tag[0]}:${tag[1]}`)
.concat();
};

Expand Down

0 comments on commit 56ed7ed

Please sign in to comment.