Skip to content

Commit

Permalink
[Fix] #244 - lint 오류 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
jeongdung-eo committed Mar 23, 2024
1 parent 86ac90f commit 213d443
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ struct AccountRowData: Hashable {
hasher.combine(uuid)
}

static func ==(lhs: AccountRowData, rhs: AccountRowData) -> Bool {
static func == (lhs: AccountRowData, rhs: AccountRowData) -> Bool {
return lhs.uuid == rhs.uuid
}
}

0 comments on commit 213d443

Please sign in to comment.