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

Replaced redundant calls to format. #2862

Merged
merged 1 commit into from
Nov 11, 2024

Conversation

christos-h
Copy link
Contributor

Motivation

There are a bunch of places where we are calling format!("http://{}"...) where we already have a method for this.

Proposal

Use the method instead.

Test Plan

CI will catch regressions.

@christos-h christos-h marked this pull request as draft November 11, 2024 16:05
@christos-h christos-h marked this pull request as ready for review November 11, 2024 16:07
@ma2bd ma2bd merged commit e388bff into linera-io:main Nov 11, 2024
21 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.

3 participants