Fix indentation on #if macros
This commit is contained in:
@@ -51,11 +51,11 @@ class CoinbasePriceFetcher : PriceFetcher {
|
||||
return nil
|
||||
}
|
||||
|
||||
#if !SKIP
|
||||
#if !SKIP
|
||||
return Decimal(string: coinbasePrice.amount)
|
||||
#else
|
||||
#else
|
||||
return Decimal(coinbasePrice.amount)
|
||||
#endif
|
||||
#endif
|
||||
} catch {
|
||||
return nil
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user