Skip to content

Commit 4f2ae39

Browse files
committed
spacing
1 parent dc4bf73 commit 4f2ae39

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ iex> AtomicMap.convert(%{"a" => 2, "b" => %{"c" => 4}}, safe: true)
1919
iex> AtomicMap.convert([ %{"c" => 1}, %{:c => 2}, %{"c" => %{:b => 4}}], safe: true]
2020
[%{c: 1}, %{c: 2}, %{c: %{b: 4}}]
2121

22-
23-
2422
# converts CamelCase to under_score by default (notice that you might have to turn 'safe' flag off)
2523
iex> AtomicMap.convert(%{ "CamelCase" => [ %{"c" => 1}, %{"c" => 2}] }, safe: false)
2624
%{camel_case: [%{c: 1}, %{c: 2}]}

0 commit comments

Comments
 (0)