Skip to content

Commit

Permalink
Missing return type for LazyConstruct
Browse files Browse the repository at this point in the history
Signed-off-by: Piotr Jaroszek <[email protected]>
  • Loading branch information
pijaro committed Nov 22, 2021
1 parent 68a0cdb commit 6dc8983
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Ros2ForUnity/Scripts/ROS2UnityComponent.cs
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ public bool Ok()
}
}

private LazyConstruct()
private void LazyConstruct()
{
lock (mutex)
{
Expand Down

0 comments on commit 6dc8983

Please sign in to comment.