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