Skip to content

refactor: remove unnecessary parentheses in Bucket.fromJson #1201

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

felixkamau
Copy link

@felixkamau felixkamau commented Jul 10, 2025

What kind of change does this PR introduce?

Code cleanup / refactor

What is the current behavior?

There are unnecessary parentheses around json in some fromJson constructors like Bucket.fromJson, which slightly clutters the code.

What is the new behavior?

Removed redundant parentheses to make the code cleaner and more idiomatic Dart.

Additional context

This is a small code cleanup contribution to help improve readability.

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