Skip to content

Commit

Permalink
tests/libstore.hh: reformat with clang-format after update
Browse files Browse the repository at this point in the history
  • Loading branch information
Mic92 committed Sep 24, 2024
1 parent 35cf784 commit 55dba12
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions tests/unit/libstore-support/tests/libstore.hh
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ public:
protected:
LibStoreTest()
: store(openStore({
.variant =
StoreReference::Specified{
.scheme = "dummy",
},
.params = {},
}))
.variant =
StoreReference::Specified{
.scheme = "dummy",
},
.params = {},
}))
{
}

Expand Down

0 comments on commit 55dba12

Please sign in to comment.