Skip to content

Fix syntax error#322

Closed
kaaboaye wants to merge 1 commit intomicrosoft:mainfrom
kaaboaye:patch-1
Closed

Fix syntax error#322
kaaboaye wants to merge 1 commit intomicrosoft:mainfrom
kaaboaye:patch-1

Conversation

@kaaboaye
Copy link

Fixes the following compilation error

error: expected `;`, found `[`
   --> src/bin/edit/localization.rs:475:5
    |
475 |     [
    |     ^
    |
help: consider adding `;` here
    |
472 |     ];
    |      +

Fixes the following compilation error

error: expected `;`, found `[`
   --> src/bin/edit/localization.rs:475:5
    |
475 |     [
    |     ^
    |
help: consider adding `;` here
    |
472 |     ];
    |      +
@kaaboaye kaaboaye mentioned this pull request May 27, 2025
@lhecker
Copy link
Member

lhecker commented May 27, 2025

I fixed this as a drive-by in #319. Thanks for submitting your PR though!
In the future we'll add some CI checks to PRs to avoid this.

@lhecker lhecker closed this May 27, 2025
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