mirror of
https://github.com/slint-ui/slint.git
synced 2025-08-04 10:50:00 +00:00
janitor: code formating
This commit is contained in:
parent
a499e04b92
commit
0efd2fd2a4
1 changed files with 2 additions and 2 deletions
|
@ -602,8 +602,8 @@ fn gen_corelib(
|
|||
" constexpr CachedRenderingData() : cache_index{}, cache_generation{} {}".to_owned(),
|
||||
);
|
||||
config.export.body.insert(
|
||||
"EasingCurve".to_owned(),
|
||||
" constexpr EasingCurve(EasingCurve::Tag tag = Tag::Linear , float a = 0, float b = 0, float c = 1, float d = 1) : tag(tag), cubic_bezier{{a,b,c,d}} {}".into()
|
||||
"EasingCurve".to_owned(),
|
||||
" constexpr EasingCurve(EasingCurve::Tag tag = Tag::Linear, float a = 0, float b = 0, float c = 1, float d = 1) : tag(tag), cubic_bezier{{a,b,c,d}} {}".into()
|
||||
);
|
||||
config.export.body.insert(
|
||||
"LayoutInfo".to_owned(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue