Skip to content

Commit

Permalink
style: ran prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
renspoesse committed Apr 8, 2024
1 parent 2514e16 commit ea88129
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -697,7 +697,9 @@ function getCompileFn(loaderContext, implementation, options) {
});
}
}
return sassModernCompilers.get(implementation).compileStringAsync(data, rest);
return sassModernCompilers
.get(implementation)
.compileStringAsync(data, rest);
}

return implementation.compileStringAsync(data, rest);

Check warning on line 705 in src/utils.js

View check run for this annotation

Codecov / codecov/patch

src/utils.js#L705

Added line #L705 was not covered by tests
Expand Down

0 comments on commit ea88129

Please sign in to comment.