1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-28 13:41:15 +02:00

tests/libstore.hh: reformat with clang-format after update

This commit is contained in:
Jörg Thalheim 2024-09-24 11:18:19 +02:00
parent 9b40618d2e
commit 41a464c68d

View file

@ -19,12 +19,12 @@ public:
protected:
LibStoreTest()
: store(openStore({
.variant =
StoreReference::Specified{
.scheme = "dummy",
},
.params = {},
}))
.variant =
StoreReference::Specified{
.scheme = "dummy",
},
.params = {},
}))
{
}