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
You should be able to see the issue in GitHub's syntax highlighting as well:
@interfaceABCSpreadsheetView () // correctly highlights as a comment
< // should highlight as a comment
ABCRowHeaderViewDelegate, // should highlight as a comment
ABCSpreadsheetLayoutDelegate,
UICollectionViewDataSource,
UICollectionViewDelegate>
Admittedly, this is a slightly unorthodox way of wrapping protocol conformance, but it minimizes source control churn on lines that are not really changed when a conformance is added or removed.
The text was updated successfully, but these errors were encountered:
You should be able to see the issue in GitHub's syntax highlighting as well:
Admittedly, this is a slightly unorthodox way of wrapping protocol conformance, but it minimizes source control churn on lines that are not really changed when a conformance is added or removed.
The text was updated successfully, but these errors were encountered: