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

Fixed whitespace #7318

Merged
merged 2 commits into from
Aug 1, 2024
Merged

Fixed whitespace #7318

merged 2 commits into from
Aug 1, 2024

Conversation

glen-84
Copy link
Collaborator

@glen-84 glen-84 commented Aug 1, 2024

Summary of the changes (Less than 80 chars)

  • Fixed whitespace.

  • Added EOF newlines.
  • Replaced CRLF with LF.
  • Replaced tabs with spaces in some files.
  • Removed trailing whitespace.
  • Removed unnecessary blank lines.
  • Removed BOMs from most files.

Copy link

codecov bot commented Aug 1, 2024

Codecov Report

Attention: Patch coverage is 60.60606% with 13 lines in your changes missing coverage. Please review.

Project coverage is 75.98%. Comparing base (50bcfaa) to head (cbebfa3).

Files Patch % Lines
...spNetCore/src/Transport.Http/GraphQLHttpRequest.cs 0.00% 5 Missing ⚠️
...etCore/src/Transport.Abstractions/FileReference.cs 0.00% 2 Missing ⚠️
...colate/Core/src/Abstractions/IndexerPathSegment.cs 0.00% 2 Missing ⚠️
src/GreenDonut/src/Core/CacheDataLoader.cs 0.00% 1 Missing ⚠️
src/GreenDonut/src/Core/FetchOnceDataLoader.cs 0.00% 1 Missing ⚠️
...on/Types/Directives/ContactDescriptorExtensions.cs 0.00% 1 Missing ⚠️
...late/Core/src/Fetching/ExecutionDataLoaderScope.cs 50.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #7318      +/-   ##
==========================================
- Coverage   76.04%   75.98%   -0.06%     
==========================================
  Files        2473     2771     +298     
  Lines      122309   137912   +15603     
==========================================
+ Hits        93007   104792   +11785     
- Misses      29302    33120    +3818     
Flag Coverage Δ
unittests 75.98% <60.60%> (-0.06%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@glen-84 glen-84 marked this pull request as ready for review August 1, 2024 12:47
@michaelstaib michaelstaib merged commit a5bef90 into main Aug 1, 2024
179 of 190 checks passed
@michaelstaib michaelstaib deleted the gai/fix-whitespace branch August 1, 2024 15:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants