Skip to content

Commit c743f5a

Browse files
Mike ProsserMike Prosser
authored andcommitted
cleanup
1 parent 4834bfe commit c743f5a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

protos/ni/pythonpanel/v1/python_panel_service.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ message TryGetValueRequest {
135135
}
136136

137137
message TryGetValueResponse {
138-
// The value, if it was found
138+
// The value, if it was found
139139
optional google.protobuf.Any value = 1;
140140
}
141141

src/ni/pythonpanel/v1/python_panel_service_pb2.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ class TryGetValueResponse(google.protobuf.message.Message):
221221
VALUE_FIELD_NUMBER: builtins.int
222222
@property
223223
def value(self) -> google.protobuf.any_pb2.Any:
224-
"""The value, if it was found"""
224+
"""The value, if it was found"""
225225

226226
def __init__(
227227
self,

0 commit comments

Comments
 (0)