Skip to content
This repository was archived by the owner on Jul 20, 2023. It is now read-only.

Commit c11768a

Browse files
yoshi-automationbcoe
authored andcommitted
refactor: changes formatting of various statements
1 parent 9146c76 commit c11768a

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

samples/pollDiscoveryOccurrenceFinished.js

+1-3
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
}

synth.metadata

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"updateTime": "2019-06-05T14:14:48.619110Z",
2+
"updateTime": "2019-06-07T11:09:50.656455Z",
33
"sources": [
44
{
55
"generator": {
@@ -12,8 +12,8 @@
1212
"git": {
1313
"name": "googleapis",
1414
"remote": "https://github.com/googleapis/googleapis.git",
15-
"sha": "47c142a7cecc6efc9f6f8af804b8be55392b795b",
16-
"internalRef": "251635729"
15+
"sha": "15fdbe57306e3a56069af5e2595e9b1bb33b6123",
16+
"internalRef": "251960694"
1717
}
1818
},
1919
{

0 commit comments

Comments
 (0)