Skip to content

Commit 8a06948

Browse files
yoshi-automationBenjamin E. Coe
authored andcommitted
refactor: changes formatting of various statements
1 parent 9d83fdf commit 8a06948

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

container-analysis/snippets/pollDiscoveryOccurrenceFinished.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,7 @@ async function main(
6969
}
7070
);
7171
console.log(
72-
`Found discovery occurrence ${finishedOccurrence.name}. Status: ${
73-
finishedOccurrence.discovered.discovered.analysisStatus
74-
}`
72+
`Found discovery occurrence ${finishedOccurrence.name}. Status: ${finishedOccurrence.discovered.discovered.analysisStatus}`
7573
);
7674
// [END containeranalysis_poll_discovery_occurrence_finished]
7775
}

0 commit comments

Comments
 (0)