chore: code formatting

This commit is contained in:
Gabor Kiss-Vamosi
2023-11-14 15:01:03 +01:00
parent f9c98905b9
commit cb44516c59

View File

@@ -188,7 +188,6 @@ void lv_example_anim_timeline_1(void)
obj3 = lv_obj_create(par);
lv_obj_set_size(obj3, obj_width, obj_height);
anim_timeline_create();
lv_anim_timeline_set_progress(anim_timeline, 32000);
@@ -200,7 +199,6 @@ void lv_example_anim_timeline_1(void)
lv_anim_timeline_set_progress(anim_timeline, 60000);
lv_refr_now(NULL);
}
#endif