mirror of
https://github.com/anyproto/anytype-heart.git
synced 2025-06-08 05:47:07 +09:00
GO-1825 Fix lint
This commit is contained in:
parent
bc33f8cb6a
commit
fa13f16599
1 changed files with 1 additions and 4 deletions
|
@ -10,8 +10,5 @@ import (
|
|||
var signals = append(commonOSSignals, syscall.SIGUSR1)
|
||||
|
||||
func shouldSaveStack(signal os.Signal) bool {
|
||||
if signal == syscall.SIGUSR1 {
|
||||
return true
|
||||
}
|
||||
return false
|
||||
return signal == syscall.SIGUSR1
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue