Merge pull request #399 from agentydragon/extra-ws

Remove extra whitespace at end of line
This commit is contained in:
Damien Elmes 2019-12-28 07:11:40 +10:00 committed by GitHub
commit ad64ebe035
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1557,7 +1557,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: