Skip to content

Commit d94ba7a

Browse files
committed
fix: fmt
1 parent 8e458cd commit d94ba7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dataframe.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ impl PyDataFrame {
153153
"The join type {} does not exist or is not implemented",
154154
how
155155
))
156-
.into());
156+
.into());
157157
}
158158
};
159159

0 commit comments

Comments
 (0)