From 7a4b8c5c71832276cb8bb4d9ff0456791f62a90c Mon Sep 17 00:00:00 2001
From: Egor Tensin <Egor.Tensin@gmail.com>
Date: Tue, 27 Oct 2020 01:22:19 +0300
Subject: clang-format

---
 test/unit_tests/shared/command.hpp | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/test/unit_tests/shared/command.hpp b/test/unit_tests/shared/command.hpp
index de7c704..69c230f 100644
--- a/test/unit_tests/shared/command.hpp
+++ b/test/unit_tests/shared/command.hpp
@@ -94,8 +94,10 @@ public:
     }
 
     void get_result(Action action, const ReadResult& read_result) {
-        return get_result(
-            action, [](Args&) {}, read_result);
+        // clang-format off
+        // lmao, why would you want to place the arguments on the next line?
+        return get_result(action, [](Args&) {}, read_result);
+        // clang-format on
     }
 
     void get_result(Action action) {
-- 
cgit v1.2.3