added new lines at end of file

This commit is contained in:
Michael Frank 2021-05-12 21:38:10 +12:00
parent 06e90f66c8
commit 085fd89ec8
2 changed files with 2 additions and 2 deletions

View File

@ -2,4 +2,4 @@ const helloWorld = require('./helloWorld');
test('says "Hello, World!"', function() {
expect(helloWorld()).toBe("Hello, World!");
});
});

View File

@ -18,4 +18,4 @@ const firstVowelIndex = function(string) {
return string.indexOf(vowels[0]);
};
module.exports = pigLatin;
module.exports = pigLatin;