Supply Chain Integrity, Transparency, and Trust (IETF SCITT)
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

ocaml-scitt: reindent scitt_atp.mli example

Pure formatting: dune fmt outdents the example by two spaces to match
the project's odoc-block style.

+2 -2
+2 -2
lib/atp/scitt_atp.mli
··· 5 5 updates the branch ref. 6 6 7 7 {[ 8 - let heap = Irmin.Heap.of_list ~equal:Atp.Cid.equal [] 9 - let vds = Scitt_atp.v ~heap ~now:Unix.gettimeofday 8 + let heap = Irmin.Heap.of_list ~equal:Atp.Cid.equal [] 9 + let vds = Scitt_atp.v ~heap ~now:Unix.gettimeofday 10 10 ]} *) 11 11 12 12 val v :