Skip to content

Conversation

@Pricstas
Copy link

  1. Added import "fmt" to avoid missing dependencies.

  2. Fixed a typo in a comment:

    • // take into consideration the possility that application reduced
    • // take into consideration the possibility that application reduced
  3. Removed unnecessary parentheses in if condition:

    • if (pt != nil) {
    • if pt != nil {

@Pricstas
Copy link
Author

Pricstas commented Aug 5, 2025

Hi @supranational/blst-maintainers!

Just a friendly reminder about PR #252: it adds the missing fmt import, fixes a typo in the comment, and removes redundant parentheses:

  • Added import "fmt" to avoid missing dependencies
  • Corrected “possility” → “possibility” in a comment
  • Simplified if (pt != nil)if pt != nil

This branch has merge conflicts that need resolving. Could someone please take a look, resolve the conflicts, and approve when you have a moment? Thanks! 🙏

@Pricstas Pricstas closed this by deleting the head repository Aug 15, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant