From 23227d0986a6eca251a76f5c0c215507b0bcc215 Mon Sep 17 00:00:00 2001 From: jacqueline Date: Wed, 12 Jul 2023 10:36:29 +1000 Subject: clang format --- src/database/include/database.hpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/database/include') diff --git a/src/database/include/database.hpp b/src/database/include/database.hpp index f7e44299..dd6bd7cc 100644 --- a/src/database/include/database.hpp +++ b/src/database/include/database.hpp @@ -70,7 +70,9 @@ class Result { class IndexRecord { public: - explicit IndexRecord(const IndexKey&, std::optional, std::optional); + explicit IndexRecord(const IndexKey&, + std::optional, + std::optional); auto text() const -> std::optional; auto track() const -> std::optional; -- cgit v1.2.3