Skip to content

Commit

Permalink
fix syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
danirabbit committed Apr 9, 2024
1 parent 708fbfc commit c1992d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/Widgets/SourceList.vala
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ namespace Granite.Widgets {
*
* @since 0.3
*/
[Version (deprecated = true, deprecated_since = "6.2.1"]
[Version (deprecated = true, deprecated_since = "6.2.1")]
public interface SourceListSortable : SourceList.ExpandableItem {
/**
* Emitted after a user has re-ordered an item via DnD.
Expand Down
2 changes: 1 addition & 1 deletion lib/Widgets/StorageBar.vala
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
* }
* }}}
*/
[Version (deprecated = true, deprecated_since = "6.2.1"]
[Version (deprecated = true, deprecated_since = "6.2.1")]
public class Granite.Widgets.StorageBar : Gtk.Box {
public enum ItemDescription {
OTHER,
Expand Down

0 comments on commit c1992d1

Please sign in to comment.