Skip to content

Commit

Permalink
Fix todo indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
renatho committed May 19, 2021
1 parent 32da396 commit e65a299
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/alignTransform.js
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,8 @@ const alignTransform = ({
}
}
}
// Todo: Avoid fixing alignment of blocks with multiline wrapping of type

// Todo: Avoid fixing alignment of blocks with multiline wrapping of type
if (tokens.tag === '' && tokens.type) {
return tokens;
}
Expand Down

0 comments on commit e65a299

Please sign in to comment.