Browse Source

💄prettiers

main
Eric Amodio 1 year ago
parent
commit
b6fd14773f
2 changed files with 3 additions and 3 deletions
  1. +1
    -1
      src/git/actions/worktree.ts
  2. +2
    -2
      src/quickpicks/commitPicker.ts

+ 1
- 1
src/git/actions/worktree.ts View File

@ -3,7 +3,7 @@ import { CoreCommands } from '../../constants';
import { Container } from '../../container';
import { ensure } from '../../system/array';
import { executeCoreCommand } from '../../system/command';
import type { OpenWorkspaceLocation} from '../../system/utils';
import type { OpenWorkspaceLocation } from '../../system/utils';
import { openWorkspace } from '../../system/utils';
import { executeGitCommand } from '../actions';
import type { GitReference } from '../models/reference';

+ 2
- 2
src/quickpicks/commitPicker.ts View File

@ -10,8 +10,8 @@ import { filter, map } from '../system/iterable';
import { isPromise } from '../system/promise';
import { getQuickPickIgnoreFocusOut } from '../system/utils';
import { CommandQuickPickItem } from './items/common';
import type { DirectiveQuickPickItem} from './items/directive';
import { createDirectiveQuickPickItem, Directive , isDirectiveQuickPickItem } from './items/directive';
import type { DirectiveQuickPickItem } from './items/directive';
import { createDirectiveQuickPickItem, Directive, isDirectiveQuickPickItem } from './items/directive';
import type { CommitQuickPickItem } from './items/gitCommands';
import { createCommitQuickPickItem } from './items/gitCommands';

Loading…
Cancel
Save