landscape/desk/mar/treaties.hoon
fang 6fa000a6ee
various: remove trailing whitespace and empty lines
Touching these up to avoid cleanup noise in future commits touching this
code.
2023-02-10 13:38:30 +01:00

21 lines
334 B
Plaintext

/+ treaty
|_ treaties=(list treaty:treaty)
++ grow
|%
++ noun treaties
++ json
^- ^json
%- pairs:enjs:format
%+ turn treaties
|= t=treaty:treaty
:- (crip "{(scow %p ship.t)}/{(trip desk.t)}")
(treaty:enjs:treaty t)
--
++ grab
|%
++ noun (list treaty:treaty)
--
++ grad %noun
--