@@ -151,8 +151,8 @@ message Task {
151151 FLOAT = 1 ;
152152 }
153153 // Required. The type of number question.
154- Type type = 1 ;
155- }
154+ Type type = 1 ;
155+ }
156156
157157 // A question whose response is entered manually as a data and/or time.
158158 message DateTimeQuestion {
@@ -214,7 +214,7 @@ message Task {
214214 DROP_PIN = 1 ;
215215 DRAW_AREA = 2 ;
216216 }
217- // Required. One or more methods which the user may use to complete the
217+ // Required. One or more methods which the user may use to complete the
218218 // geometry task. If multiple methods are specified, data collectors are
219219 // prompted which method should be used.
220220 repeated Method allowed_methods = 1 ;
@@ -231,7 +231,6 @@ message Task {
231231 // Optional. The minimum accuracy, in meters, required when "location lock"
232232 // is enabled. When unset (`0`), a default of 15m is used.
233233 float min_accuracy_meters = 3 ;
234-
235234 }
236235
237236 // A task in which the user must capture their current device location.
@@ -252,7 +251,7 @@ message Task {
252251 // Required. The maximum compass heading, in degrees, at which the photo may
253252 // be captured. Use 360 with min. 0 to disable this constraint.
254253 uint32 max_heading_degrees = 2 ;
255- }
254+ }
256255
257256 // Defines a single condition used to determine whether a task should be
258257 // shown.
0 commit comments