mirror of
https://github.com/ilyakooo0/urbit.git
synced 2025-01-05 22:03:50 +03:00
Style fixes for clock.hoon
This commit is contained in:
parent
ad89d0efc4
commit
08e9891f31
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user