Skip to content

Commit

Permalink
[ci] format
Browse files Browse the repository at this point in the history
  • Loading branch information
ematipico authored and astrobot-houston committed Jun 6, 2024
1 parent 6e29a17 commit a64428d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/astro/src/core/build/generate.ts
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,7 @@ function getUrlForPath(
*/

let ending: string;
switch(format) {
switch (format) {
case 'directory':
case 'preserve': {
ending = trailingSlash === 'never' ? '' : '/';
Expand Down

0 comments on commit a64428d

Please sign in to comment.