Skip to content

Commit 07bd5a5

Browse files
committed
corrects linting
1 parent 5ad7cf4 commit 07bd5a5

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

src/commands/functions-list.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,4 @@ export const command = new Command("functions:list")
5454
}
5555
logger.info(table.toString());
5656
return endpoints;
57-
});
57+
});

src/deploy/functions/args.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,4 +78,4 @@ export interface FirebaseConfig {
7878
projectId: string;
7979
storageBucket?: string;
8080
databaseURL?: string;
81-
}
81+
}

src/deploy/functions/backend.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -537,4 +537,4 @@ describe("Backend", () => {
537537
expect(backend.missingEndpoint(smallBackend)(endpointEU)).to.be.true;
538538
});
539539
});
540-
});
540+
});

src/deploy/functions/backend.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -717,4 +717,4 @@ export function compareFunctions(
717717
return 1;
718718
}
719719
return 0;
720-
}
720+
}

src/deploy/hosting/convertConfig.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -611,4 +611,4 @@ describe("convertConfig", () => {
611611
).to.not.be.rejected;
612612
});
613613
});
614-
});
614+
});

src/gcp/runv2.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -565,4 +565,4 @@ describe("runv2", () => {
565565
);
566566
});
567567
});
568-
});
568+
});

src/gcp/runv2.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -647,4 +647,4 @@ export function serviceFromEndpoint(
647647

648648
// TODO: other trigger types, service accounts, concurrency, etc.
649649
return service;
650-
}
650+
}

0 commit comments

Comments
 (0)