Skip to content

Commit 84d06c1

Browse files
committed
format readme
1 parent 23b6ff8 commit 84d06c1

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ using namespace std::string_literals;
3636

3737
auto db = simple_db("http://localhost:8086"s, "my_db"s);
3838
db.insert(
39-
line("log"s,
40-
key_value_pairs("my_tag"s, 42L),
39+
line("log"s,
40+
key_value_pairs("my_tag"s, 42L),
4141
key_value_pairs("value"s, "hello world!"s)));
4242
```
4343
@@ -195,7 +195,6 @@ For detailed development instructions, see [docs/development.md](docs/developmen
195195
- @nikkov for pointing out the missing essential features
196196
- @promgamer, @garaemon for the identifiers PRs
197197

198-
199198
## License
200199

201200
[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Fd-led%2Finfluxdb-cpp-rest.svg?type=large)](https://app.fossa.io/projects/git%2Bgithub.com%2Fd-led%2Finfluxdb-cpp-rest?ref=badge_large)

0 commit comments

Comments
 (0)