Remove obsolete semicolon

This commit is contained in:
Jaro 2024-08-29 12:38:59 +02:00 committed by tonihei
parent 05cbbffbd7
commit 02fa4b0f9c

View File

@ -390,5 +390,5 @@ public final class Tracks {
: BundleCollectionUtil.fromBundleList(Group::fromBundle, groupBundles);
return new Tracks(groups);
}
;
}