Skip to content

Commit ea9fc76

Browse files
authored
format
1 parent 20d35de commit ea9fc76

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

php.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1561,7 +1561,6 @@ func IsReadable(filename string) bool {
15611561
return false
15621562
}
15631563
syscall.Close(fd)
1564-
15651564
return true
15661565
}
15671566

@@ -1572,7 +1571,6 @@ func IsWriteable(filename string) bool {
15721571
return false
15731572
}
15741573
syscall.Close(fd)
1575-
15761574
return true
15771575
}
15781576

0 commit comments

Comments
 (0)