Skip to content

Commit

Permalink
add newlines
Browse files Browse the repository at this point in the history
  • Loading branch information
realbigsean committed Feb 12, 2021
1 parent ce1c4e1 commit ff14ee0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion beacon_node/client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,4 @@ slasher = { path = "../../slasher" }
slasher_service = { path = "../../slasher/service" }

[features]
jemalloc = ["http_metrics/jemalloc"]
jemalloc = ["http_metrics/jemalloc"]
2 changes: 1 addition & 1 deletion beacon_node/http_metrics/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ types = { path = "../../consensus/types" }
tokio-compat-02 = "0.1"

[features]
jemalloc = ["warp_utils/jemalloc"]
jemalloc = ["warp_utils/jemalloc"]
2 changes: 1 addition & 1 deletion common/warp_utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ lazy_static = "1.4.0"
jemalloc-ctl = { version = "0.3.3", optional = true }

[features]
jemalloc = ["jemalloc-ctl"]
jemalloc = ["jemalloc-ctl"]

0 comments on commit ff14ee0

Please sign in to comment.