Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(conductor): don't return empty tuple #1885

Merged
merged 1 commit into from
Jan 6, 2025

Conversation

ethanoroshiba
Copy link
Contributor

@ethanoroshiba ethanoroshiba commented Dec 23, 2024

Summary

Removed empty tuple member in return type.

Background

We shouldn't be returning a tuple with an empty member.

Changes

  • Removed empty member from tuple return.

Testing

Passing all tests.

Changelogs

No updates required.

Breaking Changes

Noting that this requires overriding the Conductor code freeze, but due to the very small nature of this change I believe this will be okay since it should not have any bearing on auditing of the service.

Related Issues

closes #1879

@github-actions github-actions bot added the conductor pertaining to the astria-conductor crate label Dec 23, 2024
@ethanoroshiba ethanoroshiba marked this pull request as ready for review January 2, 2025 16:28
@ethanoroshiba ethanoroshiba requested a review from a team as a code owner January 2, 2025 16:28
Copy link
Member

@SuperFluffy SuperFluffy left a comment

Choose a reason for hiding this comment

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

Thanks, this is better!

@ethanoroshiba ethanoroshiba added this pull request to the merge queue Jan 6, 2025
Merged via the queue into main with commit 7a0e4d0 Jan 6, 2025
89 of 91 checks passed
@ethanoroshiba ethanoroshiba deleted the ENG-1051/conductor_no_empty_tuple branch January 6, 2025 20:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
code-quality conductor pertaining to the astria-conductor crate override-freeze
Projects
None yet
Development

Successfully merging this pull request may close these issues.

conductor: don't return empty tuple
2 participants