Skip to content

Commit

Permalink
Redundant return
Browse files Browse the repository at this point in the history
  • Loading branch information
slevenick committed Mar 13, 2019
1 parent 9088ce5 commit 2e773d9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions products/bigquery/inspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ overrides: !ruby/object:Overrides::ResourceOverrides
properties:
description: !ruby/object:Overrides::Inspec::PropertyOverride
exclude_plural: true
exclude_reader: true
access: !ruby/object:Overrides::Inspec::PropertyOverride
exclude_plural: true
defaultTableExpirationMs: !ruby/object:Overrides::Inspec::PropertyOverride
Expand All @@ -35,7 +34,7 @@ overrides: !ruby/object:Overrides::ResourceOverrides
exclude_plural: true
additional_functions: |
def name
return dataset_reference&.dataset_id
dataset_reference&.dataset_id
end
Table: !ruby/object:Overrides::Inspec::ResourceOverride
Expand Down

0 comments on commit 2e773d9

Please sign in to comment.