1
0
mirror of https://github.com/janet-lang/janet synced 2025-10-23 19:57:40 +00:00
Remove extreneous data from lockfile.
This commit is contained in:
Calvin Rose
2020-04-16 18:44:21 -05:00
parent 3765b08cca
commit 67fb2c212f
2 changed files with 3 additions and 3 deletions

View File

@@ -459,8 +459,8 @@ static const char *janet_pretty_colors[] = {
#define JANET_PRETTY_DICT_ONELINE 4
#define JANET_PRETTY_IND_ONELINE 10
#define JANET_PRETTY_DICT_LIMIT 16
#define JANET_PRETTY_ARRAY_LIMIT 16
#define JANET_PRETTY_DICT_LIMIT 30
#define JANET_PRETTY_ARRAY_LIMIT 160
/* Helper for pretty printing */
static void janet_pretty_one(struct pretty *S, Janet x, int is_dict_value) {