Skip to content

Commit 92541e1

Browse files
committed
Run pre-commit
1 parent d174e7b commit 92541e1

File tree

1 file changed

+1
-1
lines changed
  • pages/price-feeds/use-real-time-data

1 file changed

+1
-1
lines changed

pages/price-feeds/use-real-time-data/sui.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ public fun get_sui_price(
109109
let _decimal_i64 = price::get_expo(&price_struct);
110110
let price_i64 = price::get_price(&price_struct);
111111
let _timestamp_sec = price::get_timestamp(&price_struct);
112-
112+
113113
price_i64
114114
}
115115
```

0 commit comments

Comments
 (0)