Skip to content

Commit

Permalink
run yarn fastpass:fix
Browse files Browse the repository at this point in the history
  • Loading branch information
DaveTryon committed Jun 22, 2023
1 parent a10c1cf commit 452271a
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/background/user-configuration-controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,7 @@
// Licensed under the MIT License.
import { Message } from 'common/message';
import { Messages } from 'common/messages';
import {
SetHighContrastModePayload,
SetTelemetryStatePayload,
} from './actions/action-payloads';
import { SetHighContrastModePayload, SetTelemetryStatePayload } from './actions/action-payloads';
import { Interpreter } from './interpreter';

export class UserConfigurationController {
Expand Down

0 comments on commit 452271a

Please sign in to comment.