From 94045613a0df550265f38e8630508cb200de075f Mon Sep 17 00:00:00 2001 From: Hyo-Kyung Lee Date: Tue, 1 Oct 2024 14:06:10 -0500 Subject: [PATCH] chore: remove newline-of warning close #260 --- test/ttsafe_error_stacks.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/ttsafe_error_stacks.c b/test/ttsafe_error_stacks.c index 40fd2453bdd..78db3b65922 100644 --- a/test/ttsafe_error_stacks.c +++ b/test/ttsafe_error_stacks.c @@ -109,4 +109,4 @@ tts_error_stacks(void) H5close(); } -#endif \ No newline at end of file +#endif