Skip to content

Commit

Permalink
fix nullptr keyword
Browse files Browse the repository at this point in the history
  • Loading branch information
hsd-dev committed Mar 27, 2023
1 parent b168f0b commit 6a99cf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resource/get_factory.cpp.em
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ std::unique_ptr<ActionFactoryInterface> get_action_factory(const std::string & r
return factory;
}
@[end for]@
return null_ptr;
return nullptr;
}

} // namespace ros1_bridge

0 comments on commit 6a99cf6

Please sign in to comment.