mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
[gardening] Minor comment fix
This commit is contained in:
@@ -24,6 +24,6 @@ namespace swift {
|
||||
constexpr const T& min(const T &a, const T &b) {
|
||||
return !(b < a) ? a : b;
|
||||
}
|
||||
} // namespace swift
|
||||
} // end namespace swift
|
||||
|
||||
#endif /* SWIFT_BASIC_ALGORITHM_H */
|
||||
|
||||
Reference in New Issue
Block a user