Skip to content

Commit

Permalink
Removed obsolete SmartObjects as data source (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
axunonb committed Mar 24, 2023
1 parent 9e8b408 commit 4f6b347
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Src/MailMergeLib/MailSmartFormatter.cs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ internal MailSmartFormatter() : base()
(ISource)listFormatter, // ListFormatter MUST be first
new DictionarySource(this),
new ValueTupleSource(this),
new ValueTupleSource(this),
new JsonSource(this),
//new XmlSource(this),
new ReflectionSource(this),
Expand Down

0 comments on commit 4f6b347

Please sign in to comment.