Skip to content

Commit

Permalink
fix: format code
Browse files Browse the repository at this point in the history
  • Loading branch information
JordyRo1 committed Nov 27, 2024
1 parent 5a3ee9a commit 453fec1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pragma-node/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ indexmap = { workspace = true, features = ["serde"] }
lazy_static = { workspace = true }
moka = { workspace = true, features = ["future"] }
nonzero_ext = { workspace = true }
num-bigint = "0.4.6"
opentelemetry = { workspace = true }
pragma-common = { path = "../pragma-common" }
pragma-entities = { path = "../pragma-entities" }
Expand All @@ -47,7 +48,6 @@ utoipa = { workspace = true }
utoipa-swagger-ui = { workspace = true, features = ["axum"] }
utoipauto = { workspace = true }
uuid = { workspace = true, features = ["fast-rng", "v4", "serde"] }
num-bigint = "0.4.6"

[dev-dependencies]
rstest = { workspace = true }

0 comments on commit 453fec1

Please sign in to comment.