0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-03-10 23:01:26 -05:00

[ci] format

This commit is contained in:
Matthew Phillips 2024-06-06 13:04:32 +00:00 committed by astrobot-houston
parent 6e29a172f1
commit a64428d11b

View file

@ -383,7 +383,7 @@ function getUrlForPath(
*/
let ending: string;
switch(format) {
switch (format) {
case 'directory':
case 'preserve': {
ending = trailingSlash === 'never' ? '' : '/';