Skip to content

Commit

Permalink
account for limit
Browse files Browse the repository at this point in the history
  • Loading branch information
hkfgo committed Sep 12, 2024
1 parent 5d8b5ef commit fc0362d
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@ public string ToUniqueStringRepresentation()
sb.Append(dimension.Name);
}
}
sb.Append($"_limit{Limit}");


return sb.ToString();
}
Expand Down

0 comments on commit fc0362d

Please sign in to comment.