Skip to content

Commit 4b467fc

Browse files
fix: normalize trailing newline in st_relate.rs
1 parent 40d256e commit 4b467fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rust/sedona-functions/src/st_relate.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,4 @@ mod tests {
4444
let udf: ScalarUDF = st_relate_udf().into();
4545
assert_eq!(udf.name(), "st_relate");
4646
}
47-
}
47+
}

0 commit comments

Comments
 (0)