Skip to content

Commit

Permalink
fixes spacing in jq files
Browse files Browse the repository at this point in the history
  • Loading branch information
dgmcdona committed Dec 2, 2022
1 parent a351c34 commit f535ad3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions format/applebookmark/apple_bookmark.jq
Expand Up @@ -23,9 +23,9 @@ def _apple_bookmark_torepr:
elif .type == "UUID" then .data | tovalue
elif .type == "URL" then .data | tovalue
elif .type == "RelativeURL" then
.data | map(.record.data)
.data | map(.record.data)
end
);
);
( .bookmark_entries
| map({key: (.key_string?.record.data // .key|tostring), value: (.record | _f)})
| from_entries
Expand Down
2 changes: 1 addition & 1 deletion format/bplist/bplist.jq
Expand Up @@ -23,7 +23,7 @@ def _bplist_torepr:
)
else error("unknown type: \(.type)")
end
);
);
( .objects
| _f
);
Expand Down

0 comments on commit f535ad3

Please sign in to comment.