Skip to content

Commit

Permalink
style(constants): format virtual IDs with Prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
freshgum-bubbles committed Nov 11, 2023
1 parent 3be22f1 commit 11f8be1
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/constants/virtual-ids.const.mts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { ServiceIdentifier } from "../index.mjs";
import { HOST_CONTAINER } from "./host-container.const.mjs";
import { ServiceIdentifier } from '../index.mjs';
import { HOST_CONTAINER } from './host-container.const.mjs';

/**
* A list of IDs which, when passed to `.has`, always return true.
Expand All @@ -11,8 +11,8 @@ import { HOST_CONTAINER } from "./host-container.const.mjs";
* and would expose internal implementation details regarding the container.
*/
export const VIRTUAL_IDENTIFIERS: readonly ServiceIdentifier[] = [
/**
* Provide compatibility with the `HostContainer()` API.
*/
HOST_CONTAINER,
/**
* Provide compatibility with the `HostContainer()` API.
*/
HOST_CONTAINER,
];

0 comments on commit 11f8be1

Please sign in to comment.