Skip to content

Commit 1a56202

Browse files
committed
Fix formatting
1 parent b47b560 commit 1a56202

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

task/BuildOTPGraph.js

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -77,12 +77,7 @@ const packData = function (commit, router) {
7777
// for graph build and routing: gtfs, osm, dem + otp configs
7878
zipWithGlobIntoDir(
7979
`${path}/router-${router.id}.zip`,
80-
[
81-
`${path}/*gtfs.zip`,
82-
`${path}/*.json`,
83-
...osmFiles,
84-
`${path}/*.tif`,
85-
],
80+
[`${path}/*gtfs.zip`, `${path}/*.json`, ...osmFiles, `${path}/*.tif`],
8681
`router-${router.id}`,
8782
err => {
8883
if (err) {

0 commit comments

Comments
 (0)