Skip to content

Commit

Permalink
chore: clang-format track.hpp
Browse files Browse the repository at this point in the history
  • Loading branch information
tsshadow committed Jul 31, 2024
1 parent fc2b790 commit 2d36e37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libs/database/include/database/Track.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ namespace lms::db
std::optional<int> discNumber; // matching this disc number
MediaLibraryId mediaLibrary; // If set, tracks in this library
std::optional<int> rating;
DirectoryId directory; // if set, tracks in this directory
DirectoryId directory; // if set, tracks in this directory

FindParameters& setClusters(std::span<const ClusterId> _clusters)
{
Expand Down

0 comments on commit 2d36e37

Please sign in to comment.