Skip to content

Commit

Permalink
chore: use seconds operator from chrono
Browse files Browse the repository at this point in the history
  • Loading branch information
mojomex committed Sep 5, 2024
1 parent 7710459 commit 81afef9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ namespace nebula::drivers::connections
using aeva::ReconfigMessage;
using aeva::ReconfigRequestType;
using nlohmann::json;
using namespace std::chrono_literals; // NOLINT
using std::chrono_literals::operator""s;

class ReconfigParser : public AevaParser<AevaStreamType::kReconfig>,
public AevaSender<AevaStreamType::kReconfig>
Expand Down

0 comments on commit 81afef9

Please sign in to comment.