summaryrefslogtreecommitdiff
path: root/src/pubsub_migrate.erl
diff options
context:
space:
mode:
authorEvgeniy Khramtsov <ekhramtsov@process-one.net>2017-02-18 12:13:48 +0300
committerEvgeniy Khramtsov <ekhramtsov@process-one.net>2017-02-18 12:13:48 +0300
commit70bfc5b4a8ed20197f4f8677dd5a05f40def33c6 (patch)
treec5fdc3972cbc89e0f88d3a196d93906b1da87e29 /src/pubsub_migrate.erl
parentFix some dialyzer warnings (diff)
Get rid of non-breaking space
Diffstat (limited to 'src/pubsub_migrate.erl')
-rw-r--r--src/pubsub_migrate.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pubsub_migrate.erl b/src/pubsub_migrate.erl
index ba5735a3..4d66ea06 100644
--- a/src/pubsub_migrate.erl
+++ b/src/pubsub_migrate.erl
@@ -392,7 +392,7 @@ convert_list_nodes() ->
options = Opts} = R) ->
R#pubsub_node{nodeid = {binhost(H), bin(N)},
id = I,
- parents = [bin(P) || P<-Ps],
+ parents = [bin(P) || P<-Ps],
type = bin(T),
owners = [binusr(O) || O<-Os],
options = Opts}