Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9e337ed2 authored by Tianjie Xu's avatar Tianjie Xu Committed by android-build-merger
Browse files

DO NOT MERGE Monotonic flag sets incorrectly in rangelib am: 8d115975

am: 8ae473d1

* commit '8ae473d1':
  DO NOT MERGE Monotonic flag sets incorrectly in rangelib

Change-Id: Ibbed631ec32f00f026bdcf4af8a9a1213d87b4e5
parents 63847c39 8ae473d1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -88,7 +88,7 @@ class RangeSet(object):
        if last <= s:
          last = s+1
        else:
          monotonic = True
          monotonic = False
    data.sort()
    self.data = tuple(self._remove_pairs(data))
    self.monotonic = monotonic