Skip to content

Commit efb52ec

Browse files
committed
run precommit on all files
1 parent ce03e90 commit efb52ec

File tree

2 files changed

+21
-22
lines changed

2 files changed

+21
-22
lines changed

pages/_meta.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@
2828
"title": "Sui Contract",
2929
"href": "/sui"
3030
}
31-
3231
}
3332
},
3433
"guides": {

pages/sui/meta.json

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
11
{
2-
"--- Sui Contract": {
3-
"title": "Sui Contract",
4-
"type": "separator"
5-
},
6-
"index": "Introduction",
7-
"sdks": "SDKs",
8-
"--- Methods": {
9-
"title": "Methods",
10-
"type": "separator"
11-
},
2+
"--- Sui Contract": {
3+
"title": "Sui Contract",
4+
"type": "separator"
5+
},
6+
"index": "Introduction",
7+
"sdks": "SDKs",
8+
"--- Methods": {
9+
"title": "Methods",
10+
"type": "separator"
11+
},
1212

13-
"get-price": "get_price",
14-
"get-price-unsafe": "get_price_unsafe",
15-
"get-price-no-older-than": "get_price_no_older_than",
16-
"get-ema-price": "get_ema_price",
17-
"get-ema-price-unsafe": "get_ema_price_unsafe",
18-
"get-ema-price-no-older-than": "get_ema_price_no_older_than",
19-
"get-update-fee": "get_update_fee",
20-
"get-stale-price-threshold-secs": "get_stale_price_threshold_secs",
21-
"price-feed-exists": "price_feed_exists",
22-
"update-price-feeds": "update_single_price_feed"
23-
}
13+
"get-price": "get_price",
14+
"get-price-unsafe": "get_price_unsafe",
15+
"get-price-no-older-than": "get_price_no_older_than",
16+
"get-ema-price": "get_ema_price",
17+
"get-ema-price-unsafe": "get_ema_price_unsafe",
18+
"get-ema-price-no-older-than": "get_ema_price_no_older_than",
19+
"get-update-fee": "get_update_fee",
20+
"get-stale-price-threshold-secs": "get_stale_price_threshold_secs",
21+
"price-feed-exists": "price_feed_exists",
22+
"update-price-feeds": "update_single_price_feed"
23+
}

0 commit comments

Comments
 (0)