From bbf8d92048a9d92c596d4d3673e58b8c64578fc0 Mon Sep 17 00:00:00 2001 From: ramikg <72725910+ramikg@users.noreply.github.com> Date: Thu, 31 Aug 2023 16:44:37 +0300 Subject: [PATCH] Add newline to end of file --- pkg/util/file/filesystem.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 +)