Skip to content

Commit

Permalink
Fixing SwiftLint error
Browse files Browse the repository at this point in the history
  • Loading branch information
austincondiff committed Sep 8, 2023
1 parent fa194fa commit f3cbc81
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions CodeEdit/Features/Editor/TabBar/Tabs/Views/EditorTabs.swift
Original file line number Diff line number Diff line change
Expand Up @@ -472,8 +472,4 @@ struct EditorTabs: View {
}
}

struct EditorTabs_Previews: PreviewProvider {
static var previews: some View {
EditorTabs()
}
}
// swiftlint:enable file_length type_body_length

0 comments on commit f3cbc81

Please sign in to comment.