You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not sure if this exists and I'm not finding it, or if it doesn't exist, but it seems like eero could use something that is the equivalent of pass in Python to denote an empty scope. Like:
implementation MyDelegate
someDelegateMethodThatWeMustImplementButWantToBeEmpty: id inCaller
// do nothing
Presently, this causes an "Ambiguous indentation" error.
The text was updated successfully, but these errors were encountered:
I'm not sure if this exists and I'm not finding it, or if it doesn't exist, but it seems like eero could use something that is the equivalent of
pass
in Python to denote an empty scope. Like:Presently, this causes an "Ambiguous indentation" error.
The text was updated successfully, but these errors were encountered: