File tree Expand file tree Collapse file tree 1 file changed +12
-6
lines changed
crates/league-toolkit/tests/snapshots Expand file tree Collapse file tree 1 file changed +12
-6
lines changed Original file line number Diff line number Diff line change @@ -29,10 +29,13 @@ BinTree(
2929 607245356: {
3030 " kind" : Optional ,
3131 " name_hash" : 607245356 ,
32- " value" : OptionalValue (F32 , Some ( PropertyValueEnum (
32+ " value" : OptionalValue (
3333 kind : F32 ,
34- value : F32Value (10.0 ),
35- ))),
34+ value : Some (PropertyValueEnum (
35+ kind : F32 ,
36+ value : F32Value (10.0 ),
37+ )),
38+ ),
3639 },
3740 895082843: {
3841 " kind" : BitBool ,
@@ -52,10 +55,13 @@ BinTree(
5255 1376955374: {
5356 " kind" : Optional ,
5457 " name_hash" : 1376955374 ,
55- " value" : OptionalValue (F32 , Some ( PropertyValueEnum (
58+ " value" : OptionalValue (
5659 kind : F32 ,
57- value : F32Value (1.0 ),
58- ))),
60+ value : Some (PropertyValueEnum (
61+ kind : F32 ,
62+ value : F32Value (1.0 ),
63+ )),
64+ ),
5965 },
6066 2927860839: {
6167 " kind" : Embedded ,
You can’t perform that action at this time.
0 commit comments