Skip to content

Commit 7ef7770

Browse files
committed
format fix
1 parent 16988a2 commit 7ef7770

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/graphql/health.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,15 +49,15 @@ class SubgraphHealthStore {
4949
}
5050
}
5151

52-
const HealthStoreSingleton = (function() {
52+
const HealthStoreSingleton = (function () {
5353
let instance: SubgraphHealthStore;
5454

5555
function createInstance() {
5656
return new SubgraphHealthStore();
5757
}
5858

5959
return {
60-
getInstance: function() {
60+
getInstance: function () {
6161
if (!instance) {
6262
instance = createInstance();
6363
}

0 commit comments

Comments
 (0)