Skip to content

Commit

Permalink
more fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
dadhi committed Nov 12, 2023
1 parent 35302ae commit 8ab5c24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DryIoc/Container.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10234,7 +10234,7 @@ public StringBuilder PrintCurrent(StringBuilder s = null)
else if (ServiceTypeOrInfo is Type t)
s.Print(t);
else
s.Print(ServiceTypeOrInfo);
s.Append(ServiceTypeOrInfo);

var f = Factory;
if (f != null && f is ReflectionFactory == false)
Expand Down

0 comments on commit 8ab5c24

Please sign in to comment.