From 32c606d1427251318d5756f1f2c69859ad7082dd Mon Sep 17 00:00:00 2001 From: goodroot <9484709+goodroot@users.noreply.github.com> Date: Tue, 12 Mar 2024 09:58:02 -0700 Subject: [PATCH] Update examples.manifest.yaml --- examples.manifest.yaml | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/examples.manifest.yaml b/examples.manifest.yaml index d8a91b4f..0e5a0beb 100644 --- a/examples.manifest.yaml +++ b/examples.manifest.yaml @@ -103,23 +103,23 @@ host: localhost port: 9009 - - name: ilp-from-conf - lang: c - path: examples/line_sender_c_example_from_conf.c - header: |- - [C client library docs](https://github.com/questdb/c-questdb-client/blob/main/doc/C.md) - conf: tcp::addr=localhost:9009; +- name: ilp-from-conf + lang: c + path: examples/line_sender_c_example_from_conf.c + header: |- + [C client library docs](https://github.com/questdb/c-questdb-client/blob/main/doc/C.md) + conf: tcp::addr=localhost:9009; - - name: ilp-from-conf - lang: cpp - path: examples/line_sender_cpp_example_from_conf.cpp - header: |- - [C client library docs](https://github.com/questdb/c-questdb-client/blob/main/doc/CPP.md) - conf: tcp::addr=localhost:9009; +- name: ilp-from-conf + lang: cpp + path: examples/line_sender_cpp_example_from_conf.cpp + header: |- + [C client library docs](https://github.com/questdb/c-questdb-client/blob/main/doc/CPP.md) + conf: tcp::addr=localhost:9009; - - name: ilp-from-conf - lang: rust - path: questdb-rs/examples/from_conf.rs - header: |- - [Rust client library docs](https://docs.rs/crate/questdb-rs/latest) - conf: tcp::addr=localhost:9009; +- name: ilp-from-conf + lang: rust + path: questdb-rs/examples/from_conf.rs + header: |- + [Rust client library docs](https://docs.rs/crate/questdb-rs/latest) + conf: tcp::addr=localhost:9009;