Skip to content

Commit 6a8f92d

Browse files
committed
Fix spacing issue in broker.market call
1 parent bc43e38 commit 6a8f92d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/server.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ export function getServer(
225225
try {
226226
const _market = await broker.loadMarkets();
227227

228-
const market =await broker.market(symbol);// Example of Market BTC/USDT
228+
const market = await broker.market(symbol); // Example of Market BTC/USDT
229229

230230
// Return normalized response
231231
return callback(null, {

0 commit comments

Comments
 (0)