Skip to content

Commit 0104a67

Browse files
committed
refactor: Remove unnecessary whitespace in FetchListAndProbe run method
1 parent dd758e0 commit 0104a67

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Probe/Jobs/Monitor/FetchList.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,17 +61,14 @@ export default class FetchListAndProbe {
6161
logger.debug(`Running worker ${this.workerName}`);
6262

6363
try {
64-
6564
logger.debug(`Probing monitors ${this.workerName}`);
6665

6766
await this.fetchListAndProbe();
6867

6968
logger.debug(`Probing monitors ${this.workerName} complete`);
70-
7169
} catch (err) {
7270
logger.error(`Error in worker ${this.workerName}`);
7371
logger.error(err);
74-
7572
}
7673
}
7774

0 commit comments

Comments
 (0)