From 13f861279c0d59377e02514f269985e2989e0932 Mon Sep 17 00:00:00 2001 From: Rainer Koschke Date: Thu, 25 Jan 2024 08:54:48 +0100 Subject: [PATCH] Added missing EOF newline. Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- Assets/SEE/Utils/FileIO.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Assets/SEE/Utils/FileIO.cs b/Assets/SEE/Utils/FileIO.cs index 951d0ec6b0..db9a262b08 100644 --- a/Assets/SEE/Utils/FileIO.cs +++ b/Assets/SEE/Utils/FileIO.cs @@ -63,4 +63,4 @@ internal static void DeleteIfExists(string filename) } } } -} \ No newline at end of file +}