mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-08-14 15:15:55 +08:00
Fix indentation.
This commit is contained in:
parent
0230138bb2
commit
85dd6633fb
@ -51,11 +51,11 @@ class InvalidOptionException : public ConfigOptionException {
|
||||
using ConfigOptionException::ConfigOptionException;
|
||||
|
||||
public:
|
||||
virtual const char* what() const noexcept {
|
||||
std::string s("Invalid value for option: ");
|
||||
s += this->opt_key;
|
||||
return s.c_str();
|
||||
}
|
||||
virtual const char* what() const noexcept {
|
||||
std::string s("Invalid value for option: ");
|
||||
s += this->opt_key;
|
||||
return s.c_str();
|
||||
}
|
||||
};
|
||||
|
||||
/// 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