diff --git a/view/js/helpers/video-helper.js b/view/js/helpers/video-helper.js index d280023..5611c6c 100644 --- a/view/js/helpers/video-helper.js +++ b/view/js/helpers/video-helper.js @@ -1,9 +1,8 @@ (function(videoHelper, $, undefined) { function _getSource(videoBaseUrl) { - return '' - + 'Sem suporte a vídeos'; + return '' + + 'Sem suporte a vídeos'; } function _controlVideo(elId, toPlay) { -- libgit2 0.21.2