Skip to content

Commit

Permalink
Update src/Core/Package.vala
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmhewitt authored Dec 12, 2023
1 parent d93e135 commit 1353cfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Core/Package.vala
Original file line number Diff line number Diff line change
Expand Up @@ -928,7 +928,7 @@ public class AppCenterCore.Package : Object {

public AppStream.Release? get_newest_release () {
#if HAS_APPSTREAM_1_0
var releases = component.get_releases_plain (). get_entries ();
var releases = component.get_releases_plain ().get_entries ();
#else
var releases = component.get_releases ();
#endif
Expand Down

0 comments on commit 1353cfc

Please sign in to comment.