Skip to content

Commit

Permalink
Applied clang-format.
Browse files Browse the repository at this point in the history
  • Loading branch information
jellespijker authored and github-actions[bot] committed Aug 22, 2024
1 parent 63a84d0 commit f87791a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion include/communication/EmscriptenCommunication.h
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,10 @@ class EmscriptenCommunication : public CommandLine
*/
void sliceNext() override;

bool isSequential() const { return false; }
bool isSequential() const
{
return false;
}
};

} // namespace cura
Expand Down

0 comments on commit f87791a

Please sign in to comment.