Skip to content

Commit

Permalink
prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
andygrove committed May 28, 2022
1 parent 3c3bb6d commit 15592a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions datafusion/proto/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ This crate is a submodule of DataFusion that provides a protocol buffer format f

Based on [examples/expr_serde.rs](examples/expr_serde.rs)

``` rust
```rust
use datafusion_common::Result;
use datafusion_expr::{col, lit, Expr};
use datafusion_proto::bytes::Serializeable;
Expand All @@ -50,7 +50,7 @@ fn main() -> Result<()> {

Based on [examples/plan_serde.rs](examples/plan_serde.rs)

``` rust
```rust
use datafusion::prelude::*;
use datafusion_common::Result;
use datafusion_proto::bytes::{logical_plan_from_bytes, logical_plan_to_bytes};
Expand Down

0 comments on commit 15592a7

Please sign in to comment.