Just run clang format (#1025)

This commit is contained in:
Jordan Bayles
2019-09-16 12:37:14 -07:00
committed by GitHub
parent 18f790fbe7
commit 81ae1d55f7
6 changed files with 64 additions and 68 deletions

View File

@@ -88,7 +88,6 @@ Value const& Value::null = Value::nullSingleton();
Value const& Value::nullRef = Value::nullSingleton();
#endif
#if !defined(JSON_USE_INT64_DOUBLE_CONVERSION)
template <typename T, typename U>
static inline bool InRange(double d, T min, U max) {