Skip to content

Commit 8a351a4

Browse files
fix: Lint
1 parent 5fc709b commit 8a351a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/kit/src/core/sync/utils.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const previous_contents = new Map();
1111
*/
1212
export function write_if_changed(file, code) {
1313
if (code !== previous_contents.get(file)) {
14-
write(file, code)
14+
write(file, code);
1515
}
1616
}
1717

0 commit comments

Comments
 (0)