Remove extra whitespace at end of line

This commit is contained in:
Michal Pokorný (Rai) 2019-12-27 19:25:47 +01:00
parent 7abd58382f
commit 0199597ecb

View file

@ -1558,7 +1558,7 @@ queue = (case when type in (1,3) then
(case when (case when odue then odue else due end) > 1000000000 then 1 else 3 end)
else
type
end)
end)
"""
def suspendCards(self, ids: List[int]) -> None: