test-resolved: fix whitespace issue

This commit is contained in:
Lennart Poettering 2018-08-02 18:00:36 +02:00
parent 6fb93e10cf
commit 5d00545a6e
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ static void test_parse_etc_hosts(const char *fname) {
if (fname)
return;
EtcHostsItemByName *bn;
assert_se(bn = hashmap_get(hosts.by_name, "some.where"));
assert_se(bn->n_addresses == 3);