mirror of
https://git.suyu.dev/suyu/suyu.git
synced 2026-03-03 22:28:16 +00:00
General: Tidy up clang-format warnings part 2
This commit is contained in:
@@ -54,6 +54,6 @@ struct Rectangle {
|
||||
};
|
||||
|
||||
template <typename T>
|
||||
Rectangle(T, T, T, T)->Rectangle<T>;
|
||||
Rectangle(T, T, T, T) -> Rectangle<T>;
|
||||
|
||||
} // namespace Common
|
||||
|
||||
Reference in New Issue
Block a user