From 6f9b991e3fda3fa38970cd7213f76222b216c2c5 Mon Sep 17 00:00:00 2001 From: Liam Fitzgerald Date: Mon, 7 Dec 2020 12:46:15 +1000 Subject: [PATCH] graph-store: address L review --- pkg/arvo/lib/graph-store.hoon | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/pkg/arvo/lib/graph-store.hoon b/pkg/arvo/lib/graph-store.hoon index ec57fabbb..8eeb95972 100644 --- a/pkg/arvo/lib/graph-store.hoon +++ b/pkg/arvo/lib/graph-store.hoon @@ -204,8 +204,7 @@ |= [a=atom n=^node] ^- [@t json] :_ (node n) - =/ idx - (numb a) + =/ idx (numb a) ?> ?=(%n -.idx) p.idx :: @@ -230,8 +229,7 @@ |= [n=^index o=^node] ^- [@t json] :_ (node o) - =/ idx - (index n) + =/ idx (index n) ?> ?=(%s -.idx) p.idx :: @@ -319,7 +317,7 @@ ?~ jon [%empty ~] [%graph (graph jon)] - :: + :: ++ post %- ot :~ [%author (su ;~(pfix sig fed:ag))]