Skip to content

Commit

Permalink
Check git actions build
Browse files Browse the repository at this point in the history
  • Loading branch information
chronoxor committed Mar 8, 2024
1 parent 34ec877 commit 982b41e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/logging/appenders/rolling_file_appender.h
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ class RollingFileAppender : public Appender
Impl& impl() noexcept { return reinterpret_cast<Impl&>(_storage); }
const Impl& impl() const noexcept { return reinterpret_cast<Impl const&>(_storage); }

static const size_t StorageSize = 544;
static const size_t StorageSize = 600;
static const size_t StorageAlign = 8;
alignas(StorageAlign) std::byte _storage[StorageSize];
};
Expand Down

0 comments on commit 982b41e

Please sign in to comment.