Skip to content

Commit f78296e

Browse files
committed
prettier style fix
1 parent 6ae7cda commit f78296e

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

task/BuildOTPGraph.js

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -80,12 +80,12 @@ const packData = function (commit, router) {
8080
zipWithGlobIntoDir(
8181
`${path}/router-${router.id}.zip`,
8282
[
83-
`${path}/*-gtfs.zip`,
84-
`${path}/*-netex.zip`,
85-
`${path}/*.json`,
86-
...osmFiles,
87-
`${path}/*.tif`,
88-
],
83+
`${path}/*-gtfs.zip`,
84+
`${path}/*-netex.zip`,
85+
`${path}/*.json`,
86+
...osmFiles,
87+
`${path}/*.tif`,
88+
],
8989
`router-${router.id}`,
9090
)
9191
) {

0 commit comments

Comments
 (0)