Skip to content

Commit 50c53dc

Browse files
committed
4775: Applied coding standards
1 parent 6a59680 commit 50c53dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/news-feed/news-feed.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -192,11 +192,11 @@ NewsFeed.propTypes = {
192192
medias: PropTypes.arrayOf(
193193
PropTypes.shape({
194194
url: PropTypes.string,
195-
}),
195+
})
196196
),
197197
lastModified: PropTypes.string,
198198
link: PropTypes.string,
199-
}),
199+
})
200200
),
201201
}).isRequired,
202202
mediaData: PropTypes.shape({

0 commit comments

Comments
 (0)