graphql-dotnet / parser

A lexer and parser for GraphQL in .NET
MIT License
216 stars 43 forks source link

Fix indentation when printing arguments #312

Closed sungam3r closed 1 year ago

sungam3r commented 1 year ago

fixes #311

codecov-commenter commented 1 year ago

Codecov Report

Merging #312 (5b31f06) into master (f1cb807) will increase coverage by 0.00%. The diff coverage is 100.00%.

:mega: This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more

@@           Coverage Diff           @@
##           master     #312   +/-   ##
=======================================
  Coverage   96.23%   96.23%           
=======================================
  Files          85       85           
  Lines        4889     4892    +3     
  Branches      475      476    +1     
=======================================
+ Hits         4705     4708    +3     
  Misses        184      184           
Impacted Files Coverage Δ
src/GraphQLParser/Visitors/SDLPrinter.cs 99.74% <100.00%> (+<0.01%) :arrow_up:

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.