Skip to content

Add missing semicolon for code style consistency#24

Merged
tinsever merged 2 commits intov3-devfrom
copilot/sub-pr-23
Dec 31, 2025
Merged

Add missing semicolon for code style consistency#24
tinsever merged 2 commits intov3-devfrom
copilot/sub-pr-23

Conversation

Copy link

Copilot AI commented Dec 31, 2025

Addresses review feedback on #23 regarding inconsistent semicolon usage in lib/google-font-list.js.

Changes

  • Added semicolon to line 113 where 91% of statements in the function use explicit semicolons
// Before
var error = new Error('Failed to parse GWFH Fonts JSON: ' + /** @type {Error} */ (e).message)

// After  
var error = new Error('Failed to parse GWFH Fonts JSON: ' + /** @type {Error} */ (e).message);

💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Co-authored-by: tinsever <176929823+tinsever@users.noreply.github.com>
Copilot AI changed the title [WIP] WIP address feedback from review on V3 dev pull request Add missing semicolon for code style consistency Dec 31, 2025
Copilot AI requested a review from tinsever December 31, 2025 23:38
@tinsever tinsever marked this pull request as ready for review December 31, 2025 23:40
@tinsever tinsever merged commit 37277c7 into v3-dev Dec 31, 2025
@tinsever tinsever deleted the copilot/sub-pr-23 branch January 1, 2026 17:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants