Skip to content
This repository has been archived by the owner on Jun 30, 2020. It is now read-only.

Commit

Permalink
corrected formatting in d23f8c7
Browse files Browse the repository at this point in the history
  • Loading branch information
grahamdyson committed Aug 5, 2019
1 parent d23f8c7 commit c2c47f9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion removeRedundantParentIdentifierPrefix/test.js
Expand Up @@ -29,7 +29,8 @@ test.each(
[
{
id: "grandparent",
items: { id: "grandparent/parent", items: "grandparent/parent/child" } },
items: { id: "grandparent/parent", items: "grandparent/parent/child" },
},
{
id: "grandparent",
items: { id: "parent", items: "child" },
Expand Down

0 comments on commit c2c47f9

Please sign in to comment.