Reformat code

This commit is contained in:
世界 2025-09-15 18:12:47 +08:00
parent 558e1e0493
commit d79d3c88fd
No known key found for this signature in database
GPG key ID: CD109927C34A63C4
8 changed files with 11 additions and 22 deletions

View file

@ -84,7 +84,6 @@ func UAPIListen(name string, file *os.File) (net.Listener, error) {
unix.IN_DELETE|
unix.IN_DELETE_SELF,
)
if err != nil {
return nil, err
}