diff --git a/CHANGELOG.md b/CHANGELOG.md index d354c50ab..eaac7d376 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ # nf-core/tools: Changelog +* Make module template pass the EC linter [#953] + ## [v1.13.2 - Copper Crocodile CPR :crocodile: :face_with_head_bandage:](https://github.com/nf-core/tools/releases/tag/1.13.2) - [2021-03-23] * Added better logging message if a user doesn't specificy the directory correctly with `nf-core modules` commands [[#942](https://github.com/nf-core/tools/pull/942)] diff --git a/nf_core/module-template/software/functions.nf b/nf_core/module-template/software/functions.nf index 646c0ff1f..f177f0c87 100644 --- a/nf_core/module-template/software/functions.nf +++ b/nf_core/module-template/software/functions.nf @@ -57,4 +57,4 @@ def saveFiles(Map args) { return "${getPathFromList(path_list)}/$args.filename" } } -} \ No newline at end of file +}