Skip to content

Commit 46632b6

Browse files
authored
Update execution.rs (#210)
1 parent 64b5824 commit 46632b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/freeze/src/types/execution.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ impl Default for ExecutionEnvBuilder {
8989
impl ExecutionEnvBuilder {
9090
/// initialize ExecutionEnvBuilder
9191
pub fn new() -> Self {
92-
ExecutionEnvBuilder { ..Default::default() }
92+
Self::default()
9393
}
9494

9595
/// dry run

0 commit comments

Comments
 (0)