Skip to content

Commit

Permalink
v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kovalsky authored Sep 9, 2020
1 parent 99eba46 commit efb2264
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions MetadataExport.cs
Original file line number Diff line number Diff line change
Expand Up @@ -545,6 +545,11 @@
var cg = o.Name;
var ci = i.Name;
var expr = i.Expression;

// Remove tabs and new lines
expr = expr.Replace("\n"," ");
expr = expr.Replace("\t"," ");

var ord = i.Ordinal.ToString();
var fs = i.FormatStringExpression;
var desc = i.Description;
Expand Down

0 comments on commit efb2264

Please sign in to comment.