diff --git a/src/js/stringToNumber-directive.js b/src/js/stringToNumber-directive.js index eaf86f2..daf5646 100644 --- a/src/js/stringToNumber-directive.js +++ b/src/js/stringToNumber-directive.js @@ -11,4 +11,5 @@ angular.module('focaDirectivas') }); } }; - }); \ No newline at end of file + }); + \ No newline at end of file diff --git a/src/js/uppercaseOnly-directive.js b/src/js/uppercaseOnly-directive.js index adb632d..ee07dd5 100644 --- a/src/js/uppercaseOnly-directive.js +++ b/src/js/uppercaseOnly-directive.js @@ -30,4 +30,5 @@ angular.module('focaDirectivas') } }; } - ]); \ No newline at end of file + ]); + \ No newline at end of file