mirror of
https://github.com/bisq-network/bisq.git
synced 2025-01-19 05:44:05 +01:00
Fix 'unnecessary use of fully qualified name'.
This commit is contained in:
parent
1d70b1bb5f
commit
18888f4d7a
@ -122,7 +122,7 @@ public abstract class AbstractOfferTest extends MethodTest {
|
||||
var priceAsBigDecimal = new BigDecimal(Double.toString(base), mathContext)
|
||||
.add(new BigDecimal(Double.toString(delta), mathContext))
|
||||
.round(mathContext);
|
||||
return String.format("%." + precision + "f", priceAsBigDecimal.doubleValue());
|
||||
return format("%." + precision + "f", priceAsBigDecimal.doubleValue());
|
||||
}
|
||||
|
||||
protected OfferInfo getAvailableBsqSwapOffer(GrpcClient client,
|
||||
|
Loading…
Reference in New Issue
Block a user