File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -100,8 +100,10 @@ message RealmSelector {
100100// If only cron_spec + cron_job_duration are specified, the event is effective
101101// starting at the local time specified by cron_spec, and is recurring.
102102//
103- // start_time|-------[cron job]-------[cron job]-------[cron job]---|end_time
104- // cron job: cron spec start time + duration
103+ // ```
104+ // start_time|-------[cron job]-------[cron job]-------[cron job]---|end_time
105+ // cron job: cron spec start time + duration
106+ // ```
105107message Schedule {
106108 // The start time of the event.
107109 google.protobuf.Timestamp start_time = 1 ;
Original file line number Diff line number Diff line change @@ -101,8 +101,10 @@ message RealmSelector {
101101// If only cron_spec + cron_job_duration are specified, the event is effective
102102// starting at the local time specified by cron_spec, and is recurring.
103103//
104- // start_time|-------[cron job]-------[cron job]-------[cron job]---|end_time
105- // cron job: cron spec start time + duration
104+ // ```
105+ // start_time|-------[cron job]-------[cron job]-------[cron job]---|end_time
106+ // cron job: cron spec start time + duration
107+ // ```
106108message Schedule {
107109 // The start time of the event.
108110 google.protobuf.Timestamp start_time = 1 ;
You can’t perform that action at this time.
0 commit comments