mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-12 22:59:04 +08:00
Fix build: Stray semicolon
This commit is contained in:
parent
b3c3881282
commit
87ae061061
@ -169,7 +169,7 @@ template <typename Number>
|
||||
static inline bool is_approx(Number value, Number test_value)
|
||||
{
|
||||
return std::fabs(double(value) - double(test_value)) < double(EPSILON);
|
||||
};
|
||||
}
|
||||
|
||||
} // namespace Slic3r
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user