[gnome-games] collection-icon-view: Fix code style



commit 018ad6a127d214f5e90f0b3f260c8b7d4aebd4cc
Author: Alexander Mikhaylenko <exalm7659 gmail com>
Date:   Thu Aug 22 02:11:41 2019 +0500

    collection-icon-view: Fix code style
    
    Place property getter on one line.

 src/ui/collection-icon-view.vala | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)
---
diff --git a/src/ui/collection-icon-view.vala b/src/ui/collection-icon-view.vala
index c7384884..ec736c62 100644
--- a/src/ui/collection-icon-view.vala
+++ b/src/ui/collection-icon-view.vala
@@ -46,9 +46,7 @@ private class Games.CollectionIconView : Gtk.Bin {
        private Binding window_active_binding;
        private bool _is_active;
        public bool is_active {
-               get {
-                       return _is_active;
-               }
+               get { return _is_active; }
                set {
                        if (_is_active == value)
                                return;


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]