The following code is indented like this. I think the first line should not be indented. Is it a bug? Thanks
. as $all
| (.molecules | .[] | [.molecule_structures.standard_inchi_key, .molecule_chembl_id])
, ($all | .not_found? | .[]? | [., ""])
| @tsv
The following code is indented like this. I think the first line should not be indented. Is it a bug? Thanks