From f87791a515b78bdcb2990b251b662925620e9318 Mon Sep 17 00:00:00 2001 From: jellespijker Date: Thu, 22 Aug 2024 07:50:49 +0000 Subject: [PATCH] Applied clang-format. --- include/communication/EmscriptenCommunication.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/include/communication/EmscriptenCommunication.h b/include/communication/EmscriptenCommunication.h index 7f4c68a14a..b2ddc5390f 100644 --- a/include/communication/EmscriptenCommunication.h +++ b/include/communication/EmscriptenCommunication.h @@ -53,7 +53,10 @@ class EmscriptenCommunication : public CommandLine */ void sliceNext() override; - bool isSequential() const { return false; } + bool isSequential() const + { + return false; + } }; } // namespace cura