Skip to content

Commit

Permalink
Restyled by clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
restyled-commits committed Oct 7, 2022
1 parent 4325103 commit 1ac630b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/plugins/resolver/testmod_resolver.c
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ void test_resolve (void)
{
succeed_if_same_string (h->system.filename, KDB_DB_SYSTEM "/elektra.ecf");
}

// todo: Fix random memory access
// succeed_if_same_string (h->user.path, "elektra.ecf");

Expand Down Expand Up @@ -88,7 +88,7 @@ void test_resolve (void)
}
// todo: https://github.com/ElektraInitiative/libelektra/pull/4192#issuecomment-990075883
// succeed_if (h->user.filename == NULL, "user was initialized, but is not needed");

plugin->kdbClose (plugin, parentKey);

keyDel (parentKey);
Expand Down

0 comments on commit 1ac630b

Please sign in to comment.