Style fixes for clock.hoon

This commit is contained in:
Logan Allen 2019-06-27 14:21:00 -07:00
parent ad89d0efc4
commit 08e9891f31

View File

@ -39,11 +39,12 @@
++ prep ++ prep
|= old=(unit ~) |= old=(unit ~)
^- (quip move _this) ^- (quip move _this)
=/ lismov/(list move) %+ weld =/ launchnoun [%noun [%clock /tile '/~clock/js/tile.js']]
`(list move)`[ost.bol %connect / [~ /'~clock'] %clock]~ :_ this
`(list move)`[ost.bol %poke /clock [our.bol %launch] [%noun [%clock /tile '/~clock/js/tile.js']]]~ :~
:- lismov [ost.bol %connect / [~ /'~clock'] %clock]
this [ost.bol %poke /clock [our.bol %launch] launchnoun]
==
:: ::
++ peer-tile ++ peer-tile
|= pax=path |= pax=path
@ -61,10 +62,10 @@
%- (require-authorization:app ost.bol move this) %- (require-authorization:app ost.bol move this)
|= =inbound-request:http-server |= =inbound-request:http-server
^- (quip move _this) ^- (quip move _this)
=+ request-line=(parse-request-line url.request.inbound-request) =/ request-line (parse-request-line url.request.inbound-request)
=+ back-path=(flop site.request-line) =/ back-path (flop site.request-line)
=/ name=@t =/ name=@t
=+ back-path=(flop site.request-line) =/ back-path (flop site.request-line)
?~ back-path ?~ back-path
'' ''
i.back-path i.back-path