blst
blst copied to clipboard
Fix import, typo, and redundant parentheses
-
Added
import "fmt"to avoid missing dependencies. -
Fixed a typo in a comment:
- // take into consideration the possility that application reduced
- // take into consideration the possibility that application reduced
-
Removed unnecessary parentheses in if condition:
- if (pt != nil) {
- if pt != nil {