Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
syyongx authored Dec 17, 2021

Verified

This commit was signed with the committer’s verified signature.
jkoenig134 Julian König
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
@@ -1561,7 +1561,6 @@ func IsReadable(filename string) bool {
return false
}
syscall.Close(fd)

return true
}

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

return true
}

0 comments on commit ea9fc76

Please sign in to comment.