mirror of
https://github.com/ankitects/anki.git
synced 2025-09-19 14:32:22 -04:00
Merge pull request #399 from agentydragon/extra-ws
Remove extra whitespace at end of line
This commit is contained in:
commit
ad64ebe035
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue