Skip to content

Commit

Permalink
need one more space
Browse files Browse the repository at this point in the history
  • Loading branch information
jkrumbiegel authored Nov 26, 2020
1 parent a9fe228 commit 747639e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ df |>

```julia
@pipe df |>
filter(:id => >(6), _) |>
filter(:id => >(6), _)|>
groupby(_, :group) |>
combine(_, :age => sum)
```
Expand Down

0 comments on commit 747639e

Please sign in to comment.