From 8a34bf95d244e076ef110a0961ab176a55c69985 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A1nos=20Benjamin=20Antal?= Date: Fri, 21 Jan 2022 16:24:23 +0100 Subject: [PATCH] Add empty line to the end of the file --- tests/unit/test_utils.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/unit/test_utils.hpp b/tests/unit/test_utils.hpp index c4657a36d..f6a8ea232 100644 --- a/tests/unit/test_utils.hpp +++ b/tests/unit/test_utils.hpp @@ -46,4 +46,4 @@ TResult ExpectNoError(const char *file, int line, TFunc func, TArgs &&...args) { throw; \ } \ }, \ - expected_exception); \ No newline at end of file + expected_exception);