Skip to content

Commit

Permalink
chore(datastore): Format fixes
Browse files Browse the repository at this point in the history
Format fixes missed in Dart 3.1 PR.
  • Loading branch information
Dillon Nys authored and dnys1 committed Aug 17, 2023
1 parent 028a96d commit 5cd80b2
Show file tree
Hide file tree
Showing 22 changed files with 32 additions and 34 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ class BelongsToChildExplicit extends amplify_core.Model {
};

static final amplify_core
.QueryModelIdentifier<BelongsToChildExplicitModelIdentifier>
.QueryModelIdentifier<BelongsToChildExplicitModelIdentifier>
MODEL_IDENTIFIER = amplify_core.QueryModelIdentifier<
BelongsToChildExplicitModelIdentifier>();
static final ID = amplify_core.QueryField(fieldName: "id");
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ class BelongsToChildImplicit extends amplify_core.Model {
};

static final amplify_core
.QueryModelIdentifier<BelongsToChildImplicitModelIdentifier>
.QueryModelIdentifier<BelongsToChildImplicitModelIdentifier>
MODEL_IDENTIFIER = amplify_core.QueryModelIdentifier<
BelongsToChildImplicitModelIdentifier>();
static final ID = amplify_core.QueryField(fieldName: "id");
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -179,8 +179,8 @@ class CpkHasManyChildBidirectionalExplicit extends amplify_core.Model {
'updatedAt': _updatedAt
};

static final amplify_core.QueryModelIdentifier<
CpkHasManyChildBidirectionalExplicitModelIdentifier>
static final amplify_core
.QueryModelIdentifier<CpkHasManyChildBidirectionalExplicitModelIdentifier>
MODEL_IDENTIFIER = amplify_core.QueryModelIdentifier<
CpkHasManyChildBidirectionalExplicitModelIdentifier>();
static final ID = amplify_core.QueryField(fieldName: "id");
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -179,8 +179,8 @@ class CpkHasManyChildBidirectionalImplicit extends amplify_core.Model {
'updatedAt': _updatedAt
};

static final amplify_core.QueryModelIdentifier<
CpkHasManyChildBidirectionalImplicitModelIdentifier>
static final amplify_core
.QueryModelIdentifier<CpkHasManyChildBidirectionalImplicitModelIdentifier>
MODEL_IDENTIFIER = amplify_core.QueryModelIdentifier<
CpkHasManyChildBidirectionalImplicitModelIdentifier>();
static final ID = amplify_core.QueryField(fieldName: "id");
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ class CpkHasManyUnidirectionalParent extends amplify_core.Model {
};

static final amplify_core
.QueryModelIdentifier<CpkHasManyUnidirectionalParentModelIdentifier>
.QueryModelIdentifier<CpkHasManyUnidirectionalParentModelIdentifier>
MODEL_IDENTIFIER = amplify_core.QueryModelIdentifier<
CpkHasManyUnidirectionalParentModelIdentifier>();
static final ID = amplify_core.QueryField(fieldName: "id");
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ class CpkHasOneUnidirectionalChild extends amplify_core.Model {
};

static final amplify_core
.QueryModelIdentifier<CpkHasOneUnidirectionalChildModelIdentifier>
.QueryModelIdentifier<CpkHasOneUnidirectionalChildModelIdentifier>
MODEL_IDENTIFIER = amplify_core.QueryModelIdentifier<
CpkHasOneUnidirectionalChildModelIdentifier>();
static final ID = amplify_core.QueryField(fieldName: "id");
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ class CpkHasOneUnidirectionalParent extends amplify_core.Model {
};

static final amplify_core
.QueryModelIdentifier<CpkHasOneUnidirectionalParentModelIdentifier>
.QueryModelIdentifier<CpkHasOneUnidirectionalParentModelIdentifier>
MODEL_IDENTIFIER = amplify_core.QueryModelIdentifier<
CpkHasOneUnidirectionalParentModelIdentifier>();
static final ID = amplify_core.QueryField(fieldName: "id");
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -165,8 +165,7 @@ class CpkManyToManyPost extends amplify_core.Model {
};

static final amplify_core
.QueryModelIdentifier<CpkManyToManyPostModelIdentifier>
MODEL_IDENTIFIER =
.QueryModelIdentifier<CpkManyToManyPostModelIdentifier> MODEL_IDENTIFIER =
amplify_core.QueryModelIdentifier<CpkManyToManyPostModelIdentifier>();
static final ID = amplify_core.QueryField(fieldName: "id");
static final TITLE = amplify_core.QueryField(fieldName: "title");
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -171,8 +171,7 @@ class CpkManyToManyTag extends amplify_core.Model {
};

static final amplify_core
.QueryModelIdentifier<CpkManyToManyTagModelIdentifier>
MODEL_IDENTIFIER =
.QueryModelIdentifier<CpkManyToManyTagModelIdentifier> MODEL_IDENTIFIER =
amplify_core.QueryModelIdentifier<CpkManyToManyTagModelIdentifier>();
static final ID = amplify_core.QueryField(fieldName: "id");
static final LABEL = amplify_core.QueryField(fieldName: "label");
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@ class CpkOneToOneBidirectionalParentCD extends amplify_core.Model {
};

static final amplify_core
.QueryModelIdentifier<CpkOneToOneBidirectionalParentCDModelIdentifier>
.QueryModelIdentifier<CpkOneToOneBidirectionalParentCDModelIdentifier>
MODEL_IDENTIFIER = amplify_core.QueryModelIdentifier<
CpkOneToOneBidirectionalParentCDModelIdentifier>();
static final CUSTOMID = amplify_core.QueryField(fieldName: "customId");
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@ class CpkOneToOneBidirectionalParentID extends amplify_core.Model {
};

static final amplify_core
.QueryModelIdentifier<CpkOneToOneBidirectionalParentIDModelIdentifier>
.QueryModelIdentifier<CpkOneToOneBidirectionalParentIDModelIdentifier>
MODEL_IDENTIFIER = amplify_core.QueryModelIdentifier<
CpkOneToOneBidirectionalParentIDModelIdentifier>();
static final ID = amplify_core.QueryField(fieldName: "id");
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -161,9 +161,9 @@ class HasManyChildBiDirectionalExplicit extends amplify_core.Model {
'updatedAt': _updatedAt
};

static final amplify_core.QueryModelIdentifier<
HasManyChildBiDirectionalExplicitModelIdentifier> MODEL_IDENTIFIER =
amplify_core.QueryModelIdentifier<
static final amplify_core
.QueryModelIdentifier<HasManyChildBiDirectionalExplicitModelIdentifier>
MODEL_IDENTIFIER = amplify_core.QueryModelIdentifier<
HasManyChildBiDirectionalExplicitModelIdentifier>();
static final ID = amplify_core.QueryField(fieldName: "id");
static final NAME = amplify_core.QueryField(fieldName: "name");
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -161,9 +161,9 @@ class HasManyChildBiDirectionalImplicit extends amplify_core.Model {
'updatedAt': _updatedAt
};

static final amplify_core.QueryModelIdentifier<
HasManyChildBiDirectionalImplicitModelIdentifier> MODEL_IDENTIFIER =
amplify_core.QueryModelIdentifier<
static final amplify_core
.QueryModelIdentifier<HasManyChildBiDirectionalImplicitModelIdentifier>
MODEL_IDENTIFIER = amplify_core.QueryModelIdentifier<
HasManyChildBiDirectionalImplicitModelIdentifier>();
static final ID = amplify_core.QueryField(fieldName: "id");
static final NAME = amplify_core.QueryField(fieldName: "name");
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ class HasManyChildExplicit extends amplify_core.Model {
};

static final amplify_core
.QueryModelIdentifier<HasManyChildExplicitModelIdentifier>
.QueryModelIdentifier<HasManyChildExplicitModelIdentifier>
MODEL_IDENTIFIER =
amplify_core.QueryModelIdentifier<HasManyChildExplicitModelIdentifier>();
static final ID = amplify_core.QueryField(fieldName: "id");
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ class HasManyChildImplicit extends amplify_core.Model {
};

static final amplify_core
.QueryModelIdentifier<HasManyChildImplicitModelIdentifier>
.QueryModelIdentifier<HasManyChildImplicitModelIdentifier>
MODEL_IDENTIFIER =
amplify_core.QueryModelIdentifier<HasManyChildImplicitModelIdentifier>();
static final ID = amplify_core.QueryField(fieldName: "id");
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -176,9 +176,9 @@ class HasManyParentBiDirectionalExplicit extends amplify_core.Model {
'updatedAt': _updatedAt
};

static final amplify_core.QueryModelIdentifier<
HasManyParentBiDirectionalExplicitModelIdentifier> MODEL_IDENTIFIER =
amplify_core.QueryModelIdentifier<
static final amplify_core
.QueryModelIdentifier<HasManyParentBiDirectionalExplicitModelIdentifier>
MODEL_IDENTIFIER = amplify_core.QueryModelIdentifier<
HasManyParentBiDirectionalExplicitModelIdentifier>();
static final ID = amplify_core.QueryField(fieldName: "id");
static final NAME = amplify_core.QueryField(fieldName: "name");
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -176,9 +176,9 @@ class HasManyParentBiDirectionalImplicit extends amplify_core.Model {
'updatedAt': _updatedAt
};

static final amplify_core.QueryModelIdentifier<
HasManyParentBiDirectionalImplicitModelIdentifier> MODEL_IDENTIFIER =
amplify_core.QueryModelIdentifier<
static final amplify_core
.QueryModelIdentifier<HasManyParentBiDirectionalImplicitModelIdentifier>
MODEL_IDENTIFIER = amplify_core.QueryModelIdentifier<
HasManyParentBiDirectionalImplicitModelIdentifier>();
static final ID = amplify_core.QueryField(fieldName: "id");
static final NAME = amplify_core.QueryField(fieldName: "name");
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -799,7 +799,7 @@ class ModelWithAppsyncScalarTypes extends amplify_core.Model {
};

static final amplify_core
.QueryModelIdentifier<ModelWithAppsyncScalarTypesModelIdentifier>
.QueryModelIdentifier<ModelWithAppsyncScalarTypesModelIdentifier>
MODEL_IDENTIFIER = amplify_core.QueryModelIdentifier<
ModelWithAppsyncScalarTypesModelIdentifier>();
static final ID = amplify_core.QueryField(fieldName: "id");
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ class ModelWithCustomType extends amplify_core.Model {
};

static final amplify_core
.QueryModelIdentifier<ModelWithCustomTypeModelIdentifier>
.QueryModelIdentifier<ModelWithCustomTypeModelIdentifier>
MODEL_IDENTIFIER =
amplify_core.QueryModelIdentifier<ModelWithCustomTypeModelIdentifier>();
static final ID = amplify_core.QueryField(fieldName: "id");
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ class MultiRelatedAttendee extends amplify_core.Model {
};

static final amplify_core
.QueryModelIdentifier<MultiRelatedAttendeeModelIdentifier>
.QueryModelIdentifier<MultiRelatedAttendeeModelIdentifier>
MODEL_IDENTIFIER =
amplify_core.QueryModelIdentifier<MultiRelatedAttendeeModelIdentifier>();
static final ID = amplify_core.QueryField(fieldName: "id");
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ class MultiRelatedMeeting extends amplify_core.Model {
};

static final amplify_core
.QueryModelIdentifier<MultiRelatedMeetingModelIdentifier>
.QueryModelIdentifier<MultiRelatedMeetingModelIdentifier>
MODEL_IDENTIFIER =
amplify_core.QueryModelIdentifier<MultiRelatedMeetingModelIdentifier>();
static final ID = amplify_core.QueryField(fieldName: "id");
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ class MultiRelatedRegistration extends amplify_core.Model {
};

static final amplify_core
.QueryModelIdentifier<MultiRelatedRegistrationModelIdentifier>
.QueryModelIdentifier<MultiRelatedRegistrationModelIdentifier>
MODEL_IDENTIFIER = amplify_core.QueryModelIdentifier<
MultiRelatedRegistrationModelIdentifier>();
static final ID = amplify_core.QueryField(fieldName: "id");
Expand Down

0 comments on commit 5cd80b2

Please sign in to comment.