Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
syyongx authored Dec 17, 2021
1 parent 20d35de commit ea9fc76
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions php.go
Original file line number Diff line number Diff line change
Expand Up @@ -1561,7 +1561,6 @@ func IsReadable(filename string) bool {
return false
}
syscall.Close(fd)

return true
}

Expand All @@ -1572,7 +1571,6 @@ func IsWriteable(filename string) bool {
return false
}
syscall.Close(fd)

return true
}

Expand Down

0 comments on commit ea9fc76

Please sign in to comment.