Skip to content

Commit

Permalink
docs(ruby): fixed formatting for several literal expressions
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 504033274
  • Loading branch information
Google APIs authored and Copybara-Service committed Jan 23, 2023
1 parent c6af392 commit d140569
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions google/cloud/datacatalog/lineage/v1/lineage.proto
Original file line number Diff line number Diff line change
Expand Up @@ -871,9 +871,9 @@ message Origin {
// location parts of the resource name must match the project and location of
// the lineage resource being created. Examples:
//
// - {source_type: COMPOSER, name:
// "projects/foo/locations/us/environments/bar"}
// - {source_type: BIGQUERY, name: "projects/foo/locations/eu"}
// - {source_type: CUSTOM, name: "myCustomIntegration"}
// - `{source_type: COMPOSER, name:
// "projects/foo/locations/us/environments/bar"}`
// - `{source_type: BIGQUERY, name: "projects/foo/locations/eu"}`
// - `{source_type: CUSTOM, name: "myCustomIntegration"}`
string name = 2;
}

0 comments on commit d140569

Please sign in to comment.