clang format
This commit is contained in:
@@ -655,7 +655,9 @@ auto Database::ParseRecord<std::string>(const leveldb::Slice& key,
|
||||
return stream.str();
|
||||
}
|
||||
|
||||
IndexRecord::IndexRecord(const IndexKey& key, std::optional<shared_string> title, std::optional<TrackId> track)
|
||||
IndexRecord::IndexRecord(const IndexKey& key,
|
||||
std::optional<shared_string> title,
|
||||
std::optional<TrackId> track)
|
||||
: key_(key), override_text_(title), track_(track) {}
|
||||
|
||||
auto IndexRecord::text() const -> std::optional<shared_string> {
|
||||
|
||||
@@ -70,7 +70,9 @@ class Result {
|
||||
|
||||
class IndexRecord {
|
||||
public:
|
||||
explicit IndexRecord(const IndexKey&, std::optional<shared_string>, std::optional<TrackId>);
|
||||
explicit IndexRecord(const IndexKey&,
|
||||
std::optional<shared_string>,
|
||||
std::optional<TrackId>);
|
||||
|
||||
auto text() const -> std::optional<shared_string>;
|
||||
auto track() const -> std::optional<TrackId>;
|
||||
|
||||
Reference in New Issue
Block a user