Unverified Commit 59f389db authored by Ahmed Ashour's avatar Ahmed Ashour Committed by GitHub

Remove unneeded comparison to `double.nan` (#115470)

Fixes #115468
parent fafa11d4
......@@ -4759,7 +4759,6 @@ class OrdinalSortKey extends SemanticsSortKey {
this.order, {
super.name,
}) : assert(order != null),
assert(order != double.nan),
assert(order > double.negativeInfinity),
assert(order < double.infinity);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment