Skip to content

Commit

Permalink
Whitespace cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
chewbranca committed Mar 25, 2020
1 parent 4c48792 commit 6b965de
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions src/fabric/test/eunit/fabric_rpc_tests.erl
Expand Up @@ -155,27 +155,27 @@ t_db_create_with_config(DbName) ->

test_db_doc() ->
{[
{<<"shard_suffix">>,".1584997648"},
{<<"shard_suffix">>, ".1584997648"},
{<<"changelog">>, [
[<<"add">>,<<"00000000-7fffffff">>, <<"node1@127.0.0.1">>],
[<<"add">>,<<"00000000-7fffffff">>, <<"node2@127.0.0.1">>],
[<<"add">>,<<"00000000-7fffffff">>, <<"node3@127.0.0.1">>],
[<<"add">>,<<"80000000-ffffffff">>, <<"node1@127.0.0.1">>],
[<<"add">>,<<"80000000-ffffffff">>, <<"node2@127.0.0.1">>],
[<<"add">>,<<"80000000-ffffffff">>, <<"node3@127.0.0.1">>]
[<<"add">>, <<"00000000-7fffffff">>, <<"node1@127.0.0.1">>],
[<<"add">>, <<"00000000-7fffffff">>, <<"node2@127.0.0.1">>],
[<<"add">>, <<"00000000-7fffffff">>, <<"node3@127.0.0.1">>],
[<<"add">>, <<"80000000-ffffffff">>, <<"node1@127.0.0.1">>],
[<<"add">>, <<"80000000-ffffffff">>, <<"node2@127.0.0.1">>],
[<<"add">>, <<"80000000-ffffffff">>, <<"node3@127.0.0.1">>]
]},
{<<"by_node">>, {[
{<<"node1@127.0.0.1">>, [<<"00000000-7fffffff">>, <<"80000000-ffffffff">>]},
{<<"node2@127.0.0.1">>, [<<"00000000-7fffffff">>, <<"80000000-ffffffff">>]},
{<<"node3@127.0.0.1">>, [<<"00000000-7fffffff">>, <<"80000000-ffffffff">>]}
{<<"node2@127.0.0.1">>, [<<"00000000-7fffffff">>, <<"80000000-ffffffff">>]},
{<<"node3@127.0.0.1">>, [<<"00000000-7fffffff">>, <<"80000000-ffffffff">>]}
]}},
{<<"by_range">>, {[
{<<"00000000-7fffffff">>, [<<"node1@127.0.0.1">>, <<"node2@127.0.0.1">>, <<"node3@127.0.0.1">>]},
{<<"80000000-ffffffff">>, [<<"node1@127.0.0.1">>, <<"node2@127.0.0.1">>, <<"node3@127.0.0.1">>]}
]}},
{<<"props">>, {[
{partitioned,true},
{hash,[couch_partition,hash,[]]}
{partitioned, true},
{hash, [couch_partition, hash, []]}
]}}
]}.

0 comments on commit 6b965de

Please sign in to comment.