Remove empty line from comment block (#5821)

A very crucial change, so I can try our new LGTM integration.
pull/5828/head
Thibaud Colas 2020-02-12 14:45:20 +00:00 zatwierdzone przez GitHub
rodzic 676503023d
commit df89749d76
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 1 dodań i 2 usunięć

Wyświetl plik

@ -7,8 +7,7 @@ var renameSrcToDest = require('../lib/rename-src-to-dest');
/*
* Simple copy task - just copoes files from the source to the destination,
* with no compilation, minification, or other intelligence
*
* with no compilation, minification, or other intelligence.
*/
var simpleCopyTask = function(glob) {
return function() {