diff --git a/pkg/util/file/filesystem.go b/pkg/util/file/filesystem.go index 7b07c3e56..b75e48f0d 100644 --- a/pkg/util/file/filesystem.go +++ b/pkg/util/file/filesystem.go @@ -22,4 +22,4 @@ import "syscall" const ( ReadWriteByUser = syscall.S_IRUSR | syscall.S_IWUSR ReadWriteExecuteByUser = syscall.S_IRWXU -) \ No newline at end of file +)