mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Erase redundant whitespaces.
This commit is contained in:
@@ -284,7 +284,7 @@ struct missingTraits : public std::integral_constant<bool,
|
||||
&& !has_ScalarBitSetTraits<T>::value
|
||||
&& !has_ScalarTraits<T>::value
|
||||
&& !has_ObjectTraits<T>::value
|
||||
&& !has_ArrayTraits<T>::value> {};
|
||||
&& !has_ArrayTraits<T>::value> {};
|
||||
|
||||
template<typename T>
|
||||
struct validatedObjectTraits : public std::integral_constant<bool,
|
||||
|
||||
Reference in New Issue
Block a user