Skip to content

Commit c29f846

Browse files
FORMAT-AUTO: automatic format on pull request #100
1 parent 084422c commit c29f846

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Nitwork/ANitwork.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ namespace Nitwork {
4343
Logger::error("NITWORK: Package too big");
4444
return;
4545
}
46-
T data = std::any_cast<T>(packet.body);
46+
T data = std::any_cast<T>(packet.body);
4747
if (!packet.isResend) {
4848
packet.id = id;
4949
auto header = static_cast<struct header_s>(data.header);

0 commit comments

Comments
 (0)