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

Use string interpolation #863

Merged
merged 1 commit into from
Nov 4, 2022
Merged

Use string interpolation #863

merged 1 commit into from
Nov 4, 2022

Conversation

atifaziz
Copy link
Member

@atifaziz atifaziz commented Nov 4, 2022

This PR replaces most string.Format invocations with string interpolation.

@atifaziz atifaziz self-assigned this Nov 4, 2022
@codecov
Copy link

codecov bot commented Nov 4, 2022

Codecov Report

Merging #863 (6482b7d) into master (d684bf8) will not change coverage.
The diff coverage is n/a.

❗ Current head 6482b7d differs from pull request most recent head 46f0fac. Consider uploading reports for the commit 46f0fac to get more accurate results

@@           Coverage Diff           @@
##           master     #863   +/-   ##
=======================================
  Coverage   92.45%   92.45%           
=======================================
  Files         108      108           
  Lines        3446     3446           
  Branches     1025     1025           
=======================================
  Hits         3186     3186           
  Misses        197      197           
  Partials       63       63           
Impacted Files Coverage Δ
MoreLinq/AggregateRight.cs 100.00% <ø> (ø)
MoreLinq/ScanRight.cs 100.00% <ø> (ø)

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@atifaziz atifaziz merged commit 255b69b into morelinq:master Nov 4, 2022
@atifaziz atifaziz deleted the istr branch November 4, 2022 18:07
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.

None yet

2 participants