[gnome-games] collection-icon-view: Fix code style
- From: Alexander Mikhaylenko <alexm src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-games] collection-icon-view: Fix code style
- Date: Wed, 21 Aug 2019 21:22:02 +0000 (UTC)
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]