From bc0dc86ae65a7e48ad47deeec71a67591de67f8e Mon Sep 17 00:00:00 2001 From: Matt Stow Date: Mon, 9 Nov 2015 15:10:01 +1100 Subject: [PATCH] Removed unnecessary whitespace before closing bracket --- docs/docs/10.1-animation.it-IT.md | 2 +- docs/docs/10.1-animation.ko-KR.md | 2 +- docs/docs/10.1-animation.md | 2 +- docs/docs/10.1-animation.zh-CN.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/docs/10.1-animation.it-IT.md b/docs/docs/10.1-animation.it-IT.md index 4e121e1742..609b1c28a9 100644 --- a/docs/docs/10.1-animation.it-IT.md +++ b/docs/docs/10.1-animation.it-IT.md @@ -44,7 +44,7 @@ var TodoList = React.createClass({ return (
- + {items}
diff --git a/docs/docs/10.1-animation.ko-KR.md b/docs/docs/10.1-animation.ko-KR.md index ebaf6fbafe..dc6d5f14de 100644 --- a/docs/docs/10.1-animation.ko-KR.md +++ b/docs/docs/10.1-animation.ko-KR.md @@ -45,7 +45,7 @@ var TodoList = React.createClass({ return (
- + {items}
diff --git a/docs/docs/10.1-animation.md b/docs/docs/10.1-animation.md index e0f735a150..74241251c6 100644 --- a/docs/docs/10.1-animation.md +++ b/docs/docs/10.1-animation.md @@ -44,7 +44,7 @@ var TodoList = React.createClass({ return (
- + {items}
diff --git a/docs/docs/10.1-animation.zh-CN.md b/docs/docs/10.1-animation.zh-CN.md index bb14199d4e..1bf0dc01b8 100644 --- a/docs/docs/10.1-animation.zh-CN.md +++ b/docs/docs/10.1-animation.zh-CN.md @@ -44,7 +44,7 @@ var TodoList = React.createClass({ return (
- + {items}