Skip to content

Commit 25348d1

Browse files
committed
chore: lint
1 parent 1546fd6 commit 25348d1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/commands/org/list.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@
55
* For full license text, see LICENSE.txt file in the repo root or https://opensource.org/licenses/BSD-3-Clause
66
*/
77

8+
import { EOL } from 'node:os';
89
import { Flags, loglevel, SfCommand } from '@salesforce/sf-plugins-core';
910
import { AuthInfo, ConfigAggregator, ConfigInfo, Connection, Org, SfError, Messages, Logger } from '@salesforce/core';
1011
import { Interfaces } from '@oclif/core';
1112
import ansis, { type Ansis } from 'ansis';
1213
import { OrgListUtil, identifyActiveOrgByStatus } from '../../shared/orgListUtil.js';
1314
import { getStyledObject } from '../../shared/orgHighlighter.js';
1415
import { ExtendedAuthFields, FullyPopulatedScratchOrgFields } from '../../shared/orgTypes.js';
15-
import { EOL } from 'node:os';
1616

1717
Messages.importMessagesDirectoryFromMetaUrl(import.meta.url);
1818
const messages = Messages.loadMessages('@salesforce/plugin-org', 'list');

0 commit comments

Comments
 (0)