mirror of
https://github.com/wader/fq.git
synced 2024-12-23 21:31:33 +03:00
missed a letter on last commit - converting to snake_case
This commit is contained in:
parent
0c216dff48
commit
f7d7a49fb6
@ -4,7 +4,7 @@ def _apple_bookmark_torepr:
|
||||
elif .type == "data" then .data | tovalue
|
||||
elif .type == "byte" then .data | tovalue
|
||||
elif .type == "short" then .data | tovalue
|
||||
elif .type == "Int" then .data | tovalue
|
||||
elif .type == "int" then .data | tovalue
|
||||
elif .type == "long" then .data | tovalue
|
||||
elif .type == "float" then .data | tovalue
|
||||
elif .type == "double" then .data | tovalue
|
||||
|
Loading…
Reference in New Issue
Block a user