Skip to content

Commit

Permalink
Sort protocols
Browse files Browse the repository at this point in the history
  • Loading branch information
F1248 committed Aug 18, 2024
1 parent 6e7693e commit 9c5c626
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OpenMacHelper/Views/Common/TabLegacy.swift
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

import SwiftUI

struct TabLegacy: Identifiable, Hashable {
struct TabLegacy: Hashable, Identifiable {

let id = UUID()
let title: Text
Expand Down

0 comments on commit 9c5c626

Please sign in to comment.