Skip to content

Commit

Permalink
Fix whitespace formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
MichalFrends1 committed Dec 20, 2024
1 parent 910a154 commit f666721
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public static Result ConvertToXml(

var edifactDocument = input.InputEdifact;

EdifactReaderSettings edifactReaderSettings = new () { NoEnvelope = input.AllowMissingUNB };
EdifactReaderSettings edifactReaderSettings = new() { NoEnvelope = input.AllowMissingUNB };
using var stream = new MemoryStream(Encoding.UTF8.GetBytes(edifactDocument));
using var ediReader = new EdifactReader(stream, AssemblyFactory, edifactReaderSettings);
var ediItems = ediReader.ReadToEnd().ToList();
Expand Down

0 comments on commit f666721

Please sign in to comment.