1
0
Fork 0
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:
Jörg Thalheim 2024-09-24 11:18:19 +02:00
parent 9b40618d2e
commit 41a464c68d

View file

@ -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 = {},
})) }))
{ {
} }