Skip to content

Commit

Permalink
fix long lines
Browse files Browse the repository at this point in the history
  • Loading branch information
boucadair authored Apr 25, 2024
1 parent 82744f8 commit f147f81
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions yang/ietf-schedule.yang
Original file line number Diff line number Diff line change
Expand Up @@ -251,17 +251,18 @@ module ietf-schedule {
"Specifies the maximum scheduled start date and time, a
requested schedule instance whose first occurence after
this value cannot be accepted by the entity. Specifically,
a requested schedule will be rejected if the first occurence
of that new schedule exceeds 'max-allowed-start'.";
a requested schedule will be rejected if the first
occurence of that new schedule exceeds
'max-allowed-start'.";
}
leaf min-allowed-start {
type yang:date-and-time;
description
"Specifies the minimum scheduled start date and time, a
requested schedule instance whose first occurence before
this value cannot be accepted by the entity. Specifically,
a requested schedule will be rejected if the first occurence
of that new schedule is scheduled before
a requested schedule will be rejected if the first
occurence of that new schedule is scheduled before
'min-allowed-start'.";
}
leaf max-allowed-end {
Expand Down

0 comments on commit f147f81

Please sign in to comment.