Skip to content

Commit

Permalink
[ci] format
Browse files Browse the repository at this point in the history
  • Loading branch information
bluwy authored and astrobot-houston committed Jun 26, 2023
1 parent 4e02a59 commit c1564d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/astro/src/core/errors/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ export { AstroErrorData } from './errors-data.js';
export {
AggregateError,
AstroError,
CSSError,
CompilerError,
MarkdownError,
CSSError,
isAstroError,
MarkdownError,
} from './errors.js';
export { codeFrame } from './printer.js';
export { createSafeError, positionAt } from './utils.js';

0 comments on commit c1564d3

Please sign in to comment.