Skip to content

Commit 25687e3

Browse files
committed
fix: fmt
1 parent b683961 commit 25687e3

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
@@ -147,7 +147,7 @@ impl PyDataFrame {
147147
"The join type {} does not exist or is not implemented",
148148
how
149149
))
150-
.into());
150+
.into());
151151
}
152152
};
153153

0 commit comments

Comments
 (0)