Skip to content

Commit

Permalink
indent the comment (reduxjs#2564)
Browse files Browse the repository at this point in the history
  • Loading branch information
magicdawn authored and timdorr committed Aug 17, 2017
1 parent e2e9648 commit f267dd0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ import compose from './compose'
import warning from './utils/warning'

/*
* This is a dummy function to check if the function name has been altered by minification.
* If the function has been minified and NODE_ENV !== 'production', warn the user.
*/
* This is a dummy function to check if the function name has been altered by minification.
* If the function has been minified and NODE_ENV !== 'production', warn the user.
*/
function isCrushed() {}

if (
Expand Down

0 comments on commit f267dd0

Please sign in to comment.