Skip to content

Commit

Permalink
#47 formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Jul 17, 2024
1 parent aa3eedc commit 95bddda
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/simple.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@
area: hr
days_of_running_balance: 28
some_policy: '(award (let x 25) (give x "when you deserve it"))'
second_policy: '(award (let x1 20) (let x2 33) (set z (plus x1 x2)) (give z "hm..."))'
second_policy: >
(award (let x1 20) (let x2 33) (set z (plus x1 x2)) (give z "hm..."))
-
time: 2024-05-18T22:22:22.8492Z
award: 15
Expand Down

0 comments on commit 95bddda

Please sign in to comment.