Skip to content

Commit 502d5c4

Browse files
committed
fix: fmt
1 parent a39a38f commit 502d5c4

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)