Skip to content

Commit

Permalink
[guide] remove extra blank line
Browse files Browse the repository at this point in the history
  • Loading branch information
bertho-zero authored and ljharb committed Apr 10, 2019
1 parent 60b96d3 commit 4474666
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2698,7 +2698,6 @@ Other Style Guides
this.setAge(birthday);
}
setAge(birthday) {
const today = new Date();
const age = getAge(today, birthday);
Expand Down

0 comments on commit 4474666

Please sign in to comment.