Remove unnecessary newline

This commit is contained in:
Brent Vatne 2015-05-06 12:30:21 -07:00
parent f878be84e6
commit 42d4de9ce0
1 changed files with 0 additions and 1 deletions

View File

@ -20,7 +20,6 @@ var slugify = require('slugify');
var styleReferencePattern = /^[^.]+\.propTypes\.style$/; var styleReferencePattern = /^[^.]+\.propTypes\.style$/;
var ComponentDoc = React.createClass({ var ComponentDoc = React.createClass({
renderType: function(type) { renderType: function(type) {
if (type.name === 'enum') { if (type.name === 'enum') {