Skip to content

Commit

Permalink
Editorial change: correcting code style
Browse files Browse the repository at this point in the history
  • Loading branch information
gusthoff committed Nov 24, 2024
1 parent 80e5671 commit afd834e
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2943,7 +2943,9 @@ Let's update the previous example:

-- Activating alarm on
-- Monday and Wednesday
A.Days := (A.Days with delta Mon | Wed => True);
A.Days := (A.Days
with delta Mon |
Wed => True);
end Show_Alarm;

Now, by assigning the delta aggregate to a full-access object, we ensure that
Expand Down

0 comments on commit afd834e

Please sign in to comment.