diff --git a/exercises/practice/two-fer/TwoFer.cfc b/exercises/practice/two-fer/TwoFer.cfc index 1de0711..fa5115b 100644 --- a/exercises/practice/two-fer/TwoFer.cfc +++ b/exercises/practice/two-fer/TwoFer.cfc @@ -6,8 +6,8 @@ component { /** * @returns */ - function twoFer( name="you" ) { + function twoFer( name ) { // Implement me here } -} \ No newline at end of file +}