Skip to content

Commit 4be04f9

Browse files
committed
fmt
1 parent bd8db98 commit 4be04f9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • datafusion/proto/src/physical_plan

datafusion/proto/src/physical_plan/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3392,7 +3392,7 @@ pub trait PhysicalExtensionCodec: Debug + Send + Sync {
33923392
/// - Perform pre-processing on the expression
33933393
/// - Call the default implementation via `default_serialize_physical_expr`
33943394
/// - Perform post-processing on the result
3395-
///
3395+
///
33963396
/// [`default_serialize_physical_expr`]: crate::physical_plan::to_proto::default_serialize_physical_expr
33973397
fn serialize_physical_expr(
33983398
&self,

0 commit comments

Comments
 (0)