Skip to content

Commit

Permalink
delete an extra whitespace for line77
Browse files Browse the repository at this point in the history
  • Loading branch information
sendaoYan committed Jun 16, 2024
1 parent 17f8ced commit 0305b51
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ private static void setCreationTime(Path file, FileTime time) throws IOException

/**
* read the output of linux command `stat -c "%w" file`, if the output is "-",
* then the file system doesn't support birth time
* then the file system doesn't support birth time
*/
public static boolean supportBirthTimeOnLinux(Path file) {
try {
Expand Down

0 comments on commit 0305b51

Please sign in to comment.