Skip to content

Commit 376eee1

Browse files
committed
chore: format code
1 parent 112fac6 commit 376eee1

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,4 +62,4 @@ jobs:
6262
sudo apt-get install -y protobuf-compiler libprotobuf-dev libgmp-dev
6363
6464
- name: Run Clippy
65-
run: cargo clippy --tests --examples --features build-script -- -D warnings
65+
run: cargo clippy --tests --examples -- -D warnings

src/slashing_registry_coordinator.rs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,8 @@ use crate::bindings::core::{
1616
quorum_bitmap_history_lib, signature_checker_lib, slashing_registry_coordinator,
1717
};
1818

19-
pub const ARTIFACT: &str = include_str!(
20-
"artifacts/eigenlayer-middleware-1.3.1/SlashingRegistryCoordinator.json"
21-
);
19+
pub const ARTIFACT: &str =
20+
include_str!("artifacts/eigenlayer-middleware-1.3.1/SlashingRegistryCoordinator.json");
2221

2322
fn artifact() -> std::io::Result<serde_json::Value> {
2423
serde_json::from_str(ARTIFACT).map_err(std::io::Error::other)

0 commit comments

Comments
 (0)