Skip to content

Commit

Permalink
Update crates/wasmtime/src/config.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Andrew Brown <[email protected]>
  • Loading branch information
alexcrichton and abrown authored Nov 4, 2024
1 parent 28a4c2b commit b976efe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/wasmtime/src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2627,7 +2627,7 @@ impl PoolingAllocationConfig {
/// Returns a new configuration builder with all default settings
/// configured.
pub fn new() -> PoolingAllocationConfig {
return PoolingAllocationConfig::default();
PoolingAllocationConfig::default()
}

/// Configures the maximum number of "unused warm slots" to retain in the
Expand Down

0 comments on commit b976efe

Please sign in to comment.