mirror of
https://github.com/slint-ui/slint.git
synced 2025-08-04 02:39:28 +00:00
Janitor: Remove trailing whitespaces from all files
`git grep -I -l -O'sed -i "s/[[:space:]]*$//"' -e ''`
This commit is contained in:
parent
938b25498c
commit
3e94bd2167
127 changed files with 289 additions and 290 deletions
|
@ -15,7 +15,7 @@ def test_timer():
|
|||
if counter == 2:
|
||||
native.quit_event_loop()
|
||||
|
||||
test_timer = native.Timer()
|
||||
test_timer = native.Timer()
|
||||
test_timer.start(native.TimerMode.Repeated, timedelta(milliseconds=100), quit_after_two_invocations)
|
||||
native.run_event_loop()
|
||||
test_timer.stop()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue