DROPME Just a formatting error to test ci/cd

This commit is contained in:
2025-05-20 22:36:46 +02:00
parent 5f450e206f
commit 15bbbbda61

@ -7,7 +7,7 @@ import "encoding/hex"
func DeHex(s string) []byte {
decoded, err := hex.DecodeString(s)
if err != nil {
panic("invalid hex string")
panic("invalid hex string")
}
return decoded
}