Skip to content

Commit cac769e

Browse files
committed
remove trailing space
1 parent 46632b6 commit cac769e

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-
Self::default()
92+
Self::default()
9393
}
9494

9595
/// dry run

0 commit comments

Comments
 (0)