Skip to content

Commit

Permalink
Fix nullability warning
Browse files Browse the repository at this point in the history
  • Loading branch information
lilith committed Feb 1, 2024
1 parent 97f7877 commit aa330e9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Tomlyn/Model/ModelToTomlTransform.cs
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,6 @@ private bool VisitObject(ObjectDynamicAccessor accessor, object currentObject, b
try
{


// Pre-convert values to TOML values
var convertToToml = _context.ConvertToToml;
if (convertToToml != null)
Expand Down

0 comments on commit aa330e9

Please sign in to comment.