Skip to content

Commit

Permalink
spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
sshane committed Aug 1, 2024
1 parent 7d237d0 commit 75e962f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plotjuggler_plugins/DataLoadRlog/rlog_parser.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ bool RlogMessageParser::parseCanMessage(
parsers[bus]->last_nanos = last_nanos;

auto dat = value.get("dat").as<capnp::Data>();
if (dat.size() > 64) continue; // shouldn't ever happen
if (dat.size() > 64) continue; // shouldn't ever happen

auto &frame = can_data.frames.emplace_back();
frame.src = bus;
Expand Down

0 comments on commit 75e962f

Please sign in to comment.