mirror of
https://github.com/ProtonMail/proton-bridge.git
synced 2026-02-04 08:18:34 +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