Skip to content

Commit

Permalink
fix_: lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
qfrank committed Sep 10, 2024
1 parent dc057c3 commit f813e55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mobile/status.go
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ func logAndCallString(method string, params interface{}, rpcFunc func() string)
}

func logAndCallVoid(method string, params interface{}, rpcFunc func()) {
logAndCall(method, params, func() (interface{}, error) {
_, _ = logAndCall(method, params, func() (interface{}, error) {
rpcFunc()
return nil, nil
})
Expand Down

0 comments on commit f813e55

Please sign in to comment.