Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Jan 22, 2026

Addresses formatting feedback on PR #599 regarding inconsistent spacing in the REFRESH_ALL_GODLEY_POPUPS event handler.

Changes

  • Added space after comma before async parameter in electron.events.ts:154 for consistent formatting
// Before
events.REFRESH_ALL_GODLEY_POPUPS,async (event) => {

// After
events.REFRESH_ALL_GODLEY_POPUPS, async (event) => {

✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.


This change is Reviewable

Co-authored-by: highperformancecoder <3075825+highperformancecoder@users.noreply.github.com>
Copilot AI changed the title [WIP] Update Godley table refresh functionality based on review feedback Fix formatting: Add space after comma in event handler Jan 22, 2026
@highperformancecoder
Copy link
Owner

Change integrated in another PR.

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