Skip to content

Commit

Permalink
Fix auto format indents
Browse files Browse the repository at this point in the history
  • Loading branch information
proninyaroslav authored and 3v1n0 committed Feb 15, 2024
1 parent 523cba9 commit fc35381
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appIcons.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import {
ParentalControlsManager,
} from './dependencies/shell/misc.js';

import { Config } from './dependencies/shell/misc.js';
import {Config} from './dependencies/shell/misc.js';

import {
AppIconIndicators,
Expand All @@ -36,7 +36,7 @@ import {
WindowPreview,
} from './imports.js';

import { Extension } from './dependencies/shell/extensions/extension.js';
import {Extension} from './dependencies/shell/extensions/extension.js';

// Use __ () and N__() for the extension gettext domain, and reuse
// the shell domain with the default _() and N_()
Expand Down

0 comments on commit fc35381

Please sign in to comment.