Skip to content

Commit

Permalink
Added tab indentation for better code clarity WordPress#2831
Browse files Browse the repository at this point in the history
  • Loading branch information
DevinWalker committed Oct 10, 2017
1 parent f4ee3da commit e20b9d8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions blocks/library/html/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -86,11 +86,11 @@ registerBlockType( 'core/html', {
/>
}
{ focus &&
<InspectorControls key="inspector">
<BlockDescription>
<p>{ __( 'Add custom HTML code and preview it right here in the editor.' ) }</p>
</BlockDescription>
</InspectorControls>
<InspectorControls key="inspector">
<BlockDescription>
<p>{ __( 'Add custom HTML code and preview it right here in the editor.' ) }</p>
</BlockDescription>
</InspectorControls>
}
</div>
);
Expand Down

0 comments on commit e20b9d8

Please sign in to comment.