mirror of
https://github.com/ProtonMail/proton-bridge.git
synced 2025-12-17 23:56:56 +00:00
fix: linter issues
This commit is contained in:
@ -63,7 +63,7 @@ func (w *Writer) shouldFilter(p *Part) bool {
|
||||
}
|
||||
|
||||
for _, b := range p.Body {
|
||||
if uint8(b) > 1<<7 {
|
||||
if b > 1<<7 {
|
||||
return true
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user