Skip to content

Commit

Permalink
make pre-commit happy
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszcz committed Dec 6, 2024
1 parent a841d99 commit fe3b69f
Show file tree
Hide file tree
Showing 6 changed files with 60 additions and 60 deletions.
56 changes: 28 additions & 28 deletions tests/Casm/Compilation/positive/in/test079.json
Original file line number Diff line number Diff line change
@@ -1,31 +1,31 @@
{
"self_resource": {
"logic": "0x373bb1d37414c2edf111cf2f9f076517da99d38e44cdd716ca2ad00a07731e5",
"label": "0x12",
"quantity": "0x13",
"data": "0x14",
"eph": false,
"nonce": "0x26",
"npk": "0x7752582c54a42fe0fa35c40f07293bb7d8efe90e21d8d2c06a7db52d7d9b7a1",
"rseed": "0x48"
"self_resource": {
"logic": "0x373bb1d37414c2edf111cf2f9f076517da99d38e44cdd716ca2ad00a07731e5",
"label": "0x12",
"quantity": "0x13",
"data": "0x14",
"eph": false,
"nonce": "0x26",
"npk": "0x7752582c54a42fe0fa35c40f07293bb7d8efe90e21d8d2c06a7db52d7d9b7a1",
"rseed": "0x48"
},
"resource_nf_key": "0x1",
"merkle_path": [
{
"fst": "0x33",
"snd": true
},
"resource_nf_key": "0x1",
"merkle_path": [
{
"fst": "0x33",
"snd": true
},
{
"fst": "0x83",
"snd": false
},
{
"fst": "0x73",
"snd": false
},
{
"fst": "0x23",
"snd": false
}
]
{
"fst": "0x83",
"snd": false
},
{
"fst": "0x73",
"snd": false
},
{
"fst": "0x23",
"snd": false
}
]
}
2 changes: 1 addition & 1 deletion tests/Casm/Reg/positive/in/test044.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"val": 10
"val": 10
}
2 changes: 1 addition & 1 deletion tests/Casm/Reg/positive/in/test045.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"val": 10
"val": 10
}
2 changes: 1 addition & 1 deletion tests/Casm/Reg/positive/in/test046.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"val": 10
"val": 10
}
2 changes: 1 addition & 1 deletion tests/Casm/Reg/positive/in/test047.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"val": 10
"val": 10
}
56 changes: 28 additions & 28 deletions tests/Casm/Reg/positive/in/test048.json
Original file line number Diff line number Diff line change
@@ -1,31 +1,31 @@
{
"self_resource": {
"logic": "0x373bb1d37414c2edf111cf2f9f076517da99d38e44cdd716ca2ad00a07731e5",
"label": "0x12",
"quantity": "0x13",
"data": "0x14",
"eph": false,
"nonce": "0x26",
"npk": "0x7752582c54a42fe0fa35c40f07293bb7d8efe90e21d8d2c06a7db52d7d9b7a1",
"rseed": "0x48"
"self_resource": {
"logic": "0x373bb1d37414c2edf111cf2f9f076517da99d38e44cdd716ca2ad00a07731e5",
"label": "0x12",
"quantity": "0x13",
"data": "0x14",
"eph": false,
"nonce": "0x26",
"npk": "0x7752582c54a42fe0fa35c40f07293bb7d8efe90e21d8d2c06a7db52d7d9b7a1",
"rseed": "0x48"
},
"resource_nf_key": "0x1",
"merkle_path": [
{
"fst": "0x33",
"snd": true
},
"resource_nf_key": "0x1",
"merkle_path": [
{
"fst": "0x33",
"snd": true
},
{
"fst": "0x83",
"snd": false
},
{
"fst": "0x73",
"snd": false
},
{
"fst": "0x23",
"snd": false
}
]
{
"fst": "0x83",
"snd": false
},
{
"fst": "0x73",
"snd": false
},
{
"fst": "0x23",
"snd": false
}
]
}

0 comments on commit fe3b69f

Please sign in to comment.