Skip to content

Commit

Permalink
fix spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
isabelmsft committed Aug 9, 2024
1 parent 6fe7d32 commit 894ffe6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gnmi_server/gnoi.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ func ReadFileStat(path string) (*gnoi_file_pb.StatInfo, error) {

size, err := strconv.ParseUint(data["size"], 10, 64)
if err != nil {
return nil, err
return nil, err
}

umaskStr := data["umask"]
Expand Down

0 comments on commit 894ffe6

Please sign in to comment.