Get rid of non-breaking space

This commit is contained in:
Evgeniy Khramtsov 2017-02-18 12:13:48 +03:00
parent 940ca9311d
commit 70bfc5b4a8
1 changed files with 1 additions and 1 deletions

View File

@ -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}