Skip to content

Commit 7a1e40b

Browse files
committed
全角スペースを削除
1 parent e976673 commit 7a1e40b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MobileRobotUITutorialProject/Assets/Scripts/ImageSubscriber.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,5 +77,5 @@ void ProcessMessage()
7777
/// </summary>
7878
class CameraImage
7979
{
80-
public byte[] imageData { get; set; }
80+
public byte[] imageData { get; set; }
8181
}

0 commit comments

Comments
 (0)