Skip to content

Commit 4c4faea

Browse files
committed
chore: format code
1 parent 5a0a033 commit 4c4faea

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

build.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ fn main() {
1515
"./contracts",
1616
];
1717
soldeer_install();
18-
// soldeer_update();
18+
soldeer_update();
1919
build_contracts(contract_dirs);
2020

2121
// Create bindings directory

src/slashing_registry_coordinator.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,9 +87,6 @@ fn link_all_fully_qualified(
8787
}
8888
}
8989

90-
// Sort replacements by start index in descending order to preserve offsets
91-
replacements.sort_by(|a, b| b.0.cmp(&a.0));
92-
9390
// Apply replacements to the bytecode
9491
let mut result = bytecode.to_string();
9592
for (start, length, replacement) in replacements {

0 commit comments

Comments
 (0)