Skip to content
This repository was archived by the owner on Feb 23, 2021. It is now read-only.

Commit a65e3e3

Browse files
committed
Fix comment indenting
1 parent f926eae commit a65e3e3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/helper.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,9 @@ export const parseSat = satoshis => {
5757

5858
/**
5959
* Convert a string formatted btc/fiat amount to satoshis
60-
* @param {string} amount The amount e.g. '0.0001'
60+
* @param {string} amount The amount e.g. '0.0001'
6161
* @param {Object} settings Contains the current exchange rate
62-
* @return {number} The satoshis as an integer
62+
* @return {number} The satoshis as an integer
6363
*/
6464
export const toSatoshis = (amount, settings) => {
6565
if (
@@ -140,7 +140,7 @@ export const toAmountLabel = (satoshis, settings) => {
140140
/**
141141
* Convert a string formatted btc/fiat amount either to fiat or the selected BTC unit.
142142
* The output should be used throughout the UI for value labels.
143-
* @param {string} amount The amount e.g. '0.0001'
143+
* @param {string} amount The amount e.g. '0.0001'
144144
* @param {Object} settings Contains the current exchange rate
145145
* @return {string} The corresponding value label
146146
*/

0 commit comments

Comments
 (0)