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:
|
protected:
|
||||||
LibStoreTest()
|
LibStoreTest()
|
||||||
: store(openStore({
|
: store(openStore({
|
||||||
.variant =
|
.variant =
|
||||||
StoreReference::Specified{
|
StoreReference::Specified{
|
||||||
.scheme = "dummy",
|
.scheme = "dummy",
|
||||||
},
|
},
|
||||||
.params = {},
|
.params = {},
|
||||||
}))
|
}))
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue