Skip to content

Commit

Permalink
add new line
Browse files Browse the repository at this point in the history
  • Loading branch information
sainak committed Sep 18, 2024
1 parent c9c051f commit 53b3bbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/generate-supported-browsers.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ const regex = getUserAgentRegex({
});

const supportedBrowsersPath = path.resolve(__dirname, '../src/supportedBrowsers.ts');
fs.writeFileSync(supportedBrowsersPath, `export default ${regex};`);
fs.writeFileSync(supportedBrowsersPath, `export default ${regex};`);

0 comments on commit 53b3bbc

Please sign in to comment.