https://bugs.launchpad.net/moonshot-ui/+bug/1566560 (UI flashes on screen when moonsh...
[moonshot-ui.git] / src / moonshot-identity-request.vala
index 8d0b24e..b00a5e5 100644 (file)
@@ -107,7 +107,7 @@ public class IdentityRequest : Object {
             }
         }
 
-        return_if_fail (callback != null);
+        return_if_fail(callback != null);
         callback(this);
     }