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

Removed unused parameters for improved code readability. #521

Merged
merged 4 commits into from
May 10, 2024

Conversation

ChengenH
Copy link
Contributor

  1. Removed unused parameters for improved code readability.
  2. Fix some incorrect punctuation.

@@ -28,7 +27,6 @@ func NewServer(
config *Config,
logger logging.Logger,
retrievalClient clients.RetrievalClient,
verifier encoding.Verifier,
Copy link
Contributor Author

Choose a reason for hiding this comment

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

This parameter has not been used and should be removed.

@ChengenH ChengenH changed the title refactor: Removed unused parameters for improved code readability. Removed unused parameters for improved code readability. Apr 25, 2024
@ChengenH
Copy link
Contributor Author

pls check again

Copy link
Contributor

@ian-shim ian-shim left a comment

Choose a reason for hiding this comment

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

Looks good to me. Thanks for the clean up!

@ian-shim ian-shim merged commit 18fcc27 into Layr-Labs:master May 10, 2024
5 checks passed
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