doc: fix code block in grpc docs

The code block after the :: is not displayed correctly without an empty
line in between.

Signed-off-by: Igor Ryzhov <iryzhov@nfware.com>
This commit is contained in:
Igor Ryzhov 2021-09-23 12:08:12 +03:00
parent f0a4777192
commit 98059bbca6

View File

@ -42,6 +42,7 @@ Generating C++ FRR Bindings
Generating FRR northbound bindings for C++ example:
::
# Install gRPC (e.g., on Ubuntu 20.04)
sudo apt-get install libgrpc++-dev libgrpc-dev