Skip to content

Commit

Permalink
dotnet format
Browse files Browse the repository at this point in the history
  • Loading branch information
hf-aschloegl committed Jul 28, 2023
1 parent 18c725d commit 6c59560
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions EDILibrary/TemplateHelper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@ protected static void ParseAPERAKString(string aperak, out string dataType, out
length = 0;
if (aperak == "N")

/* Nicht gemergte Änderung aus Projekt "EDILibrary.Standard"
Vor:
return;
Nach:
{
return;
}
*/
/* Nicht gemergte Änderung aus Projekt "EDILibrary.Standard"
Vor:
return;
Nach:
{
return;
}
*/
{
return;
}
Expand Down

0 comments on commit 6c59560

Please sign in to comment.