Skip to content

Commit 6dc8983

Browse files
committed
Missing return type for LazyConstruct
Signed-off-by: Piotr Jaroszek <[email protected]>
1 parent 68a0cdb commit 6dc8983

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Ros2ForUnity/Scripts/ROS2UnityComponent.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ public bool Ok()
4949
}
5050
}
5151

52-
private LazyConstruct()
52+
private void LazyConstruct()
5353
{
5454
lock (mutex)
5555
{

0 commit comments

Comments
 (0)