Skip to content

Conversation

famouswizard
Copy link

Motivation

There were minor syntax issues in the code causing parsing errors:

  1. A square bracket [ was left unclosed.
  2. The | immediately after , is invalid syntax.

Fixing these makes the code parse correctly and prevents runtime errors.

Solution

Closed the unclosed square bracket and removed the invalid | after ,.
No functional changes beyond correcting the syntax.

PR Checklist

  • Added Tests
  • Added Documentation
  • Breaking changes

Copy link
Contributor

@onbjerg onbjerg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can you run cargo +nightly fmt --all real quick? then this lgtm

@github-project-automation github-project-automation bot moved this to In Progress in Alloy Sep 17, 2025
@onbjerg onbjerg self-assigned this Sep 17, 2025
@github-project-automation github-project-automation bot moved this from In Progress to Done in Alloy Sep 26, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

2 participants