mirror of
https://github.com/MoleskiCoder/EightBit.git
synced 2025-01-18 01:29:49 +00:00
Couple of blank lines removed.
Signed-off-by: Adrian Conlon <adrian.conlon@gmail.com>
This commit is contained in:
parent
1234aaf9d9
commit
b56a2450a1
@ -53,7 +53,6 @@ ram_t::ram_t(const nlohmann::json& input) {
|
||||
#ifdef USE_JSONCPP_JSON
|
||||
|
||||
ram_t::ram_t(const Json::Value& input) {
|
||||
|
||||
assert(input.isArray());
|
||||
for (const auto& byte : input) {
|
||||
assert(byte.isArray());
|
||||
|
@ -52,4 +52,3 @@ public:
|
||||
[[nodiscard]] auto& at(size_t idx) { return m_bytes.at(idx); }
|
||||
[[nodiscard]] const auto& at(size_t idx) const { return m_bytes.at(idx); }
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user