Drop nullable for consistency
This commit is contained in:
parent
fde310f50d
commit
edebb32014
1 changed files with 2 additions and 2 deletions
|
@ -389,7 +389,7 @@ bool ScopedDisableResize::disable_resize_ = false;
|
||||||
return nil;
|
return nil;
|
||||||
}
|
}
|
||||||
|
|
||||||
- (nullable NSTouchBarItem*)touchBar:(NSTouchBar*)touchBar
|
- (NSTouchBarItem*)touchBar:(NSTouchBar*)touchBar
|
||||||
makeItemForIdentifier:(NSTouchBarItemIdentifier)identifier {
|
makeItemForIdentifier:(NSTouchBarItemIdentifier)identifier {
|
||||||
if (touchBar && atom_touch_bar_)
|
if (touchBar && atom_touch_bar_)
|
||||||
return [atom_touch_bar_ makeItemForIdentifier:identifier];
|
return [atom_touch_bar_ makeItemForIdentifier:identifier];
|
||||||
|
|
Loading…
Reference in a new issue