Skip to content

Commit

Permalink
Replace spaces for tabs on require() line
Browse files Browse the repository at this point in the history
  • Loading branch information
oskosk committed Nov 24, 2015
1 parent 81daad2 commit 4685bd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/me/profile-gravatar/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ var React = require( 'react' ),
* Internal dependencies
*/
var Gravatar = require( 'components/gravatar' ),
formatting = require( 'lib/formatting' ),
formatting = require( 'lib/formatting' ),
eventRecorder = require( 'me/event-recorder' );

module.exports = React.createClass( {
Expand Down

0 comments on commit 4685bd4

Please sign in to comment.