Skip to content

Commit 885d2e3

Browse files
committed
fix: remove whitespace
1 parent 32262a2 commit 885d2e3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/plugins/cloudinary/models/video-source/video-source.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ class VideoSource extends BaseSource {
6464
'transformation', // BaseSource method
6565
'queryParams', // BaseSource method
6666
'type', // BaseSource handles getType()
67-
'info' // Custom override method
67+
'info' // Custom override method
6868
];
6969
const SIMPLE_PROPERTIES = SOURCE_PARAMS.filter(param => !EXCLUDED_PROPERTIES.includes(param));
7070

0 commit comments

Comments
 (0)