mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-08-29 16:57:56 +00:00
Remove extra semis in struct defs
This commit is contained in:
@@ -30,7 +30,7 @@ namespace util {
|
||||
|
||||
template <std::size_t I, typename T> struct nth {
|
||||
inline static typename std::tuple_element<I, T>::type
|
||||
get(const T& t) { return std::get<I>(t); };
|
||||
get(const T& t) { return std::get<I>(t); }
|
||||
};
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user