mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-08-15 14:15:56 +08:00
Fix indentation.
This commit is contained in:
parent
0230138bb2
commit
85dd6633fb
@ -51,11 +51,11 @@ class InvalidOptionException : public ConfigOptionException {
|
|||||||
using ConfigOptionException::ConfigOptionException;
|
using ConfigOptionException::ConfigOptionException;
|
||||||
|
|
||||||
public:
|
public:
|
||||||
virtual const char* what() const noexcept {
|
virtual const char* what() const noexcept {
|
||||||
std::string s("Invalid value for option: ");
|
std::string s("Invalid value for option: ");
|
||||||
s += this->opt_key;
|
s += this->opt_key;
|
||||||
return s.c_str();
|
return s.c_str();
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
/// Specialization of std::exception to indicate that an unsupported accessor was called on a config option.
|
/// Specialization of std::exception to indicate that an unsupported accessor was called on a config option.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user