Skip to content

Commit

Permalink
Code cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
yury committed Mar 29, 2021
1 parent 21bdc45 commit 4229972
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Settings/ViewControllers/BKPubKey/KeyPickerView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ struct KeyPickerView: View {
let currentKey: String
let delegate: KeyPickerViewDelegate

@State private var _list: [BKPubKey] = Array<BKPubKey>(BKPubKey.all())
@State private var _list: [BKPubKey] = BKPubKey.all()

var body: some View {
List {
Expand Down

0 comments on commit 4229972

Please sign in to comment.