Skip to content

Commit 9c48a19

Browse files
committed
review
1 parent d74f4a0 commit 9c48a19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

execution_chain/db/aristo/aristo_compute.nim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ proc computeKeyImpl(
310310

311311
if vtx.vType notin Leaves:
312312
?db.putKeyAtLevel(rvid, vtx, key, level, batch)
313-
return ok (key, level)
313+
ok (key, level)
314314

315315
proc computeKeyImpl(
316316
db: AristoTxRef, rvid: RootedVertexID, skipLayers: static bool

0 commit comments

Comments
 (0)