diff options
| -rw-r--r-- | build/ya.conf.json | 12 | ||||
| -rw-r--r-- | contrib/python/ya.make | 2 |
2 files changed, 7 insertions, 7 deletions
diff --git a/build/ya.conf.json b/build/ya.conf.json index 21b57e17f6b..5f7cc875d61 100644 --- a/build/ya.conf.json +++ b/build/ya.conf.json @@ -5305,12 +5305,12 @@ "os": "LINUX" }, "default": true - }, - { - "host": { - "os": "DARWIN" - }, - "default": true + }, + { + "host": { + "os": "DARWIN" + }, + "default": true } ] }, diff --git a/contrib/python/ya.make b/contrib/python/ya.make index 2ea437e0662..d01ced9f3aa 100644 --- a/contrib/python/ya.make +++ b/contrib/python/ya.make @@ -1107,7 +1107,7 @@ RECURSE( ujson ulid2 umalqurra - umongo + umongo unicodecsv Unidecode unidiff |
