Skip to content

Commit

Permalink
fix: revert format
Browse files Browse the repository at this point in the history
  • Loading branch information
PanGan21 committed Jun 26, 2024
1 parent 640292b commit 6f64141
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/fluvio-sc-schema/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ paste = "1.0"
thiserror = { workspace = true }

# Fluvio dependencies
fluvio-controlplane-metadata = { workspace = true, features = ["smartmodule", "k8"] }
fluvio-protocol = { workspace = true, features = ["link"] }
fluvio-controlplane-metadata = { workspace = true, features = ["smartmodule", "k8"] }
fluvio-protocol = { workspace = true, features = ["link"]}
fluvio-socket = { workspace = true }
fluvio-stream-model = { workspace = true, features = ["k8"] }
fluvio-types = { workspace = true }
Expand Down

0 comments on commit 6f64141

Please sign in to comment.