diff --git a/include/communication/EmscriptenCommunication.h b/include/communication/EmscriptenCommunication.h index 91901d8955..b1c7e7c903 100644 --- a/include/communication/EmscriptenCommunication.h +++ b/include/communication/EmscriptenCommunication.h @@ -50,7 +50,7 @@ class EmscriptenCommunication : public CommandLine */ void sendGCodePrefix(const std::string& prefix) const override; - /** + /** * \brief Indicate that we're beginning to send g-code. */ void beginGCode() override;