Skip to content

Commit

Permalink
chore: format
Browse files Browse the repository at this point in the history
  • Loading branch information
mdonnalley committed Mar 25, 2024
1 parent 07d76fc commit 4698a8f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions src/commands/info/releasenotes/display.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@

import { EOL } from 'node:os';


import { marked } from 'marked';
import TerminalRenderer from 'marked-terminal';
import { Env } from '@salesforce/kit';
Expand All @@ -17,7 +16,7 @@ import type { AnyJson, JsonMap } from '@salesforce/ts-types';
import shared from '../../../shared/index.js';

// Initialize Messages with the current plugin directory
Messages.importMessagesDirectoryFromMetaUrl(import.meta.url)
Messages.importMessagesDirectoryFromMetaUrl(import.meta.url);

const helpers = ['stable', 'stable-rc', 'latest', 'latest-rc', 'rc'];

Expand Down
3 changes: 1 addition & 2 deletions src/diagnostics.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@

import childProcess from 'node:child_process';


import { Interfaces } from '@oclif/core';
import { Lifecycle, Messages } from '@salesforce/core';
import { SfDoctor, SfDoctorDiagnosis } from './doctor.js';
Expand All @@ -24,7 +23,7 @@ export interface DiagnosticStatus {
status: 'pass' | 'fail' | 'warn' | 'unknown';
}

Messages.importMessagesDirectoryFromMetaUrl(import.meta.url)
Messages.importMessagesDirectoryFromMetaUrl(import.meta.url);
const messages = Messages.loadMessages('@salesforce/plugin-info', 'diagnostics');

/**
Expand Down

0 comments on commit 4698a8f

Please sign in to comment.