Fix indentation

pull/261/head
D.R.racer 2023-03-02 08:13:06 +01:00
parent 7ab56b9812
commit b568d2e50a
1 changed files with 1 additions and 2 deletions

View File

@ -106,8 +106,7 @@ protected:
#endif
/// @returns true if the slot/tool index is within specified range (0 - config::toolCount)
/// If not, it returns false and sets the error to ErrorCode::INVALID_TOOL
bool
CheckToolIndex(uint8_t index);
bool CheckToolIndex(uint8_t index);
/// Checks for errors of modules - that includes TMC errors, Idler and Selector errors and possibly more.
/// The idea is to check blocking errors at one spot consistently.