Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
cgorenflo committed Jan 2, 2025
1 parent 2217259 commit a5c1433
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion stellar/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ const {
Networks,
BASE_FEE,
xdr: { DiagnosticEvent, SorobanTransactionData },
Address, xdr,
Address,
xdr,
} = require('@stellar/stellar-sdk');
const { printInfo, sleep, addEnvOption } = require('../common');
const { Option } = require('commander');
Expand Down

0 comments on commit a5c1433

Please sign in to comment.