Skip to content

Commit

Permalink
Rename to -> Change to in fix_data.yaml (#178)
Browse files Browse the repository at this point in the history
  • Loading branch information
sigurdm authored Oct 4, 2024
1 parent 0d5c420 commit efe8ce3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/gcloud/lib/fix_data.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
version: 1
transforms:
- title: 'Rename to Descending'
- title: 'Change to `Descending`'
date: 2024-09-11
element:
uris: ['datastore.dart']
Expand All @@ -9,7 +9,7 @@ transforms:
changes:
- kind: 'rename'
newName: 'Descending'
- title: 'Rename to GreaterThan'
- title: 'Change to `GreaterThan`'
date: 2024-09-11
element:
uris: ['datastore.dart']
Expand All @@ -18,7 +18,7 @@ transforms:
changes:
- kind: 'rename'
newName: 'GreaterThan'
- title: 'Rename to GreaterThanOrEqual'
- title: 'Change to `GreaterThanOrEqual`'
date: 2024-09-11
element:
uris: ['datastore.dart']
Expand Down

0 comments on commit efe8ce3

Please sign in to comment.