Skip to content

Commit

Permalink
Fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
onurtemizkan committed Mar 30, 2017
1 parent c175d5e commit 093c482
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ const displayFileErrors = function (fileInfo) {
`Errors found for file ${fileInfo.path}:\n${
fileInfo.errors.reduce((prev, errorData) =>
`${prev}\t${fixIndentation(errorData.code)}\t${
errorData.error || `→ Expected: ${errorData.expected}, Found: ${errorData.actual}`
}\n`
errorData.error || `→ Expected: ${errorData.expected}, Found: ${errorData.actual}`
}\n`
, "")
}`
);
Expand Down

0 comments on commit 093c482

Please sign in to comment.