mirror of
https://github.com/MoleskiCoder/EightBit.git
synced 2025-08-05 21:25:12 +00:00
Tidy return parameter usage a little within the EightBit library.
Signed-off-by: Adrian Conlon <Adrian.conlon@gmail.com>
This commit is contained in:
@@ -6,6 +6,6 @@ namespace EightBit {
|
||||
static EventArgs m_empty;
|
||||
|
||||
public:
|
||||
static auto& empty() noexcept { return m_empty; }
|
||||
[[nodiscard]] static auto& empty() noexcept { return m_empty; }
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user