Fix gofmt.

This commit is contained in:
Steven 2021-05-10 19:59:05 +08:00
parent 42ceea92e2
commit 57c673cfea
1 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ func (s *FileInfo) sys() interface{} {
defer s.Unlock() defer s.Unlock()
return &syscall.Stat_t{ return &syscall.Stat_t{
Nlink: 1, Nlink: 1,
Uid: uint32(s.uid), Uid: uint32(s.uid),
Gid: uint32(s.gid), Gid: uint32(s.gid),
} }
} }