mirror of
https://github.com/NixOS/nix
synced 2025-06-28 17:51:15 +02:00
tests/libstore.hh: reformat with clang-format after update
This commit is contained in:
parent
9b40618d2e
commit
41a464c68d
1 changed files with 6 additions and 6 deletions
|
@ -19,12 +19,12 @@ public:
|
|||
protected:
|
||||
LibStoreTest()
|
||||
: store(openStore({
|
||||
.variant =
|
||||
StoreReference::Specified{
|
||||
.scheme = "dummy",
|
||||
},
|
||||
.params = {},
|
||||
}))
|
||||
.variant =
|
||||
StoreReference::Specified{
|
||||
.scheme = "dummy",
|
||||
},
|
||||
.params = {},
|
||||
}))
|
||||
{
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue