Skip to content

Commit

Permalink
Applied clang-format.
Browse files Browse the repository at this point in the history
  • Loading branch information
casperlamboo authored and github-actions[bot] committed Sep 26, 2023
1 parent cccfe8d commit ec5f3f9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions include/plugins/converters.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
#include "WallToolPaths.h"
#include "cura/plugins/slots/broadcast/v0/broadcast.grpc.pb.h"
#include "cura/plugins/slots/broadcast/v0/broadcast.pb.h"
#include "cura/plugins/slots/dialect/v0/modify.grpc.pb.h"
#include "cura/plugins/slots/dialect/v0/modify.pb.h"
#include "cura/plugins/slots/gcode_paths/v0/modify.grpc.pb.h"
#include "cura/plugins/slots/gcode_paths/v0/modify.pb.h"
#include "cura/plugins/slots/handshake/v0/handshake.grpc.pb.h"
Expand All @@ -18,8 +20,6 @@
#include "cura/plugins/slots/postprocess/v0/modify.pb.h"
#include "cura/plugins/slots/simplify/v0/modify.grpc.pb.h"
#include "cura/plugins/slots/simplify/v0/modify.pb.h"
#include "cura/plugins/slots/dialect/v0/modify.grpc.pb.h"
#include "cura/plugins/slots/dialect/v0/modify.pb.h"
#include "pathPlanning/GCodePath.h"
#include "pathPlanning/SpeedDerivatives.h"
#include "plugins/metadata.h"
Expand Down
3 changes: 1 addition & 2 deletions src/plugins/converters.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -170,8 +170,7 @@ dialect_generate_request::value_type dialect_generate_request::operator()(const
return message;
}

dialect_generate_response::native_value_type
dialect_generate_response::operator()([[maybe_unused]] const dialect_generate_response::value_type& message) const
dialect_generate_response::native_value_type dialect_generate_response::operator()([[maybe_unused]] const dialect_generate_response::value_type& message) const
{
return message.gcode_word();
}
Expand Down

0 comments on commit ec5f3f9

Please sign in to comment.