chore(examples): remove extra spaces (#6435)

Co-authored-by: apple <apple@appledeMacBook-Air.local>
This commit is contained in:
Benign X 2024-07-04 09:58:59 +08:00 committed by GitHub
parent 1c165380aa
commit 0e10a7e97a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -12,7 +12,7 @@ static void draw_event_cb(lv_event_t * e)
uint32_t cnt = lv_chart_get_point_count(obj);
/*Make older value more transparent*/
rect_draw_dsc->bg_opa = (LV_OPA_COVER * base_dsc->id2) / (cnt - 1);
rect_draw_dsc->bg_opa = (LV_OPA_COVER * base_dsc->id2) / (cnt - 1);
/*Make smaller values blue, higher values red*/
int32_t * x_array = lv_chart_get_x_array(obj, ser);