Skip to content

Commit 208f1ae

Browse files
committed
Fix JS format issue caused during code conflict resolving
1 parent 0ee7b5a commit 208f1ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/renderer/components/ft-video-player/ft-video-player.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ export default Vue.extend({
241241
}
242242
categoryData[x] = sponsorVal
243243
})
244-
return {autoSkip, seekBar, promptSkip, categoryData}
244+
return { autoSkip, seekBar, promptSkip, categoryData }
245245
},
246246

247247
maxVideoPlaybackRate: function () {

0 commit comments

Comments
 (0)