Skip to content

Commit df982b0

Browse files
committed
Adding semi
1 parent c6a7852 commit df982b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

polars/dataframe.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -2067,7 +2067,7 @@ export const _DataFrame = (_df: any): DataFrame => {
20672067
if (typeof by === "string") {
20682068
by = [by];
20692069
} else {
2070-
by = by ?? []
2070+
by = by ?? [];
20712071
}
20722072

20732073
offset = offset ?? "0ns";

0 commit comments

Comments
 (0)