Skip to content

Commit

Permalink
Fix swiftlint
Browse files Browse the repository at this point in the history
  • Loading branch information
OrlaM committed Feb 7, 2024
1 parent ea7522f commit ee27544
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ struct TabsPanelState: ScreenState, Equatable {
tabs: state.tabs,
inactiveTabs: state.inactiveTabs,
isInactiveTabsExpanded: state.isInactiveTabsExpanded)
default:
default:
return TabsPanelState(windowUUID: state.windowUUID,
isPrivateMode: state.isPrivateMode,
tabs: state.tabs,
Expand Down

0 comments on commit ee27544

Please sign in to comment.