fix(formatting): fix code formating (#5673)

Signed-off-by: Xu Xingliang <xuxingliang@xiaomi.com>
This commit is contained in:
Neo Xu
2024-02-18 10:55:46 +08:00
committed by GitHub
parent bd119043a1
commit 46e338e341
5 changed files with 5 additions and 5 deletions

View File

@@ -47,7 +47,7 @@ Create Fragment Class
/* Create view objects */
.create_obj_cb = sample_fragment_create_obj,
/* IMPORTANT: size of your fragment struct */
.instance_size = sizeof(struct sample_fragment_t)
.instance_size = sizeof(struct sample_fragment_t),
};
Use ``lv_fragment_manager``
@@ -84,4 +84,3 @@ Example
API
---