Skip to content

Commit db29ee8

Browse files
authored
Merge pull request #112 from cloudinary/APPS-313-CLD-14490-fix
APPS-313-CLD-14490 fix "Trailing spaces not allowed"
2 parents 0060b18 + 5152155 commit db29ee8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/video-player.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -551,8 +551,8 @@ class VideoPlayer extends Utils.mixin(Eventable) {
551551
const errorMsg = resp.headers['x-cld-error'] || err.message;
552552
const cloudName = this.cloudinaryConfig().config().cloud_name;
553553
this.videojs.error(cloudinaryErrorsConverter({
554-
errorMsg,
555-
publicId: this.currentPublicId(),
554+
errorMsg,
555+
publicId: this.currentPublicId(),
556556
cloudName,
557557
statusCode: resp.statusCode
558558
}));

0 commit comments

Comments
 (0)