Skip to content

Commit ea88129

Browse files
committed
style: ran prettier
1 parent 2514e16 commit ea88129

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/utils.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -697,7 +697,9 @@ function getCompileFn(loaderContext, implementation, options) {
697697
});
698698
}
699699
}
700-
return sassModernCompilers.get(implementation).compileStringAsync(data, rest);
700+
return sassModernCompilers
701+
.get(implementation)
702+
.compileStringAsync(data, rest);
701703
}
702704

703705
return implementation.compileStringAsync(data, rest);

0 commit comments

Comments
 (0)