Add newline to end of file

This commit is contained in:
ramikg 2023-08-31 16:44:37 +03:00
parent cef9014ace
commit bbf8d92048

View file

@ -22,4 +22,4 @@ import "syscall"
const ( const (
ReadWriteByUser = syscall.S_IRUSR | syscall.S_IWUSR ReadWriteByUser = syscall.S_IRUSR | syscall.S_IWUSR
ReadWriteExecuteByUser = syscall.S_IRWXU ReadWriteExecuteByUser = syscall.S_IRWXU
) )