Skip to content
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.

Commit

Permalink
Merge pull request #4 from katorie/tax
Browse files Browse the repository at this point in the history
💰
  • Loading branch information
katorie committed Aug 17, 2015
2 parents d7299ad + 4c4ca49 commit 61d5416
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conditionals.rb
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def tax(amount)
0
elsif amount <= 480
amount * 0.15
elsif
else
amount * 0.28
end
end
Expand Down

0 comments on commit 61d5416

Please sign in to comment.