Skip to content

Commit

Permalink
Update VariantDataUtils.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
chuongmep committed May 6, 2022
1 parent 2c22247 commit c593ed1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Test/Helpers/VariantDataUtils.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ public static class VariantDataUtils
{
public static dynamic ToVarDisplayString(this VariantData variantData)
{
if (!variantData.IsDisplayString) return variantData.ToString();
switch (variantData.DataType)
{
case VariantDataType.None:
Expand Down

0 comments on commit c593ed1

Please sign in to comment.