Skip to content

Commit

Permalink
fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
lukepistrol committed Jan 14, 2023
1 parent bcd3af9 commit 3e44f72
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CodeEdit/Features/TabBar/Views/TabBarContextMenu.swift
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ extension View {

struct TabBarContextMenu: ViewModifier {
init(
item: TabBarItemRepresentable,
item: TabBarItemRepresentable,
isTemporary: Bool
) {
) {
self.item = item
self.isTemporary = isTemporary
}
Expand Down

0 comments on commit 3e44f72

Please sign in to comment.