mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 16:56:36 -04:00
Remove extra whitespace at end of line
This commit is contained in:
parent
7abd58382f
commit
0199597ecb
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
(case when (case when odue then odue else due end) > 1000000000 then 1 else 3 end)
|
||||||
else
|
else
|
||||||
type
|
type
|
||||||
end)
|
end)
|
||||||
"""
|
"""
|
||||||
|
|
||||||
def suspendCards(self, ids: List[int]) -> None:
|
def suspendCards(self, ids: List[int]) -> None:
|
||||||
|
|
Loading…
Reference in a new issue