Skip to content

Commit d7c1640

Browse files
Avoid automatic semicolon insertion
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
1 parent ca5a69b commit d7c1640

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ const copyDefaultsPlugin = {
4343
);
4444
});
4545
},
46-
}
46+
};
4747

4848
/**
4949
* Log when the build ends.

0 commit comments

Comments
 (0)