mirror of
https://github.com/withastro/astro.git
synced 2025-03-10 23:01:26 -05:00
[ci] format
This commit is contained in:
parent
6e29a172f1
commit
a64428d11b
1 changed files with 1 additions and 1 deletions
|
@ -383,7 +383,7 @@ function getUrlForPath(
|
|||
*/
|
||||
|
||||
let ending: string;
|
||||
switch(format) {
|
||||
switch (format) {
|
||||
case 'directory':
|
||||
case 'preserve': {
|
||||
ending = trailingSlash === 'never' ? '' : '/';
|
||||
|
|
Loading…
Add table
Reference in a new issue