Skip to content

Commit 8ee9aaa

Browse files
author
Github-actions
committed
Automatic linting
1 parent 85c5084 commit 8ee9aaa

File tree

3 files changed

+15
-16
lines changed

3 files changed

+15
-16
lines changed

lib/models/nutrition/nutritional_values.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,8 @@ class NutritionalValues {
9191

9292
@override
9393
//ignore: avoid_equals_and_hash_code_on_mutable_classes
94-
int get hashCode => Object.hash(energy, protein, carbohydrates,
95-
carbohydratesSugar, fat, fatSaturated, fibres, sodium);
94+
int get hashCode => Object.hash(
95+
energy, protein, carbohydrates, carbohydratesSugar, fat, fatSaturated, fibres, sodium);
9696
}
9797

9898
class BaseNutritionalValues {

lib/models/workouts/log.dart

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,8 +133,7 @@ class Log {
133133

134134
@override
135135
//ignore: avoid_equals_and_hash_code_on_mutable_classes
136-
int get hashCode => Object.hash(
137-
exerciseId, weight, weightUnitId, reps, repetitionUnitId, rir);
136+
int get hashCode => Object.hash(exerciseId, weight, weightUnitId, reps, repetitionUnitId, rir);
138137

139138
//@override
140139
//int get hashCode => super.hashCode;

pubspec.lock

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ packages:
4242
name: async
4343
url: "https://pub.dartlang.org"
4444
source: hosted
45-
version: "2.9.0"
45+
version: "2.8.2"
4646
boolean_selector:
4747
dependency: transitive
4848
description:
@@ -154,7 +154,7 @@ packages:
154154
name: characters
155155
url: "https://pub.dartlang.org"
156156
source: hosted
157-
version: "1.2.1"
157+
version: "1.2.0"
158158
charcode:
159159
dependency: transitive
160160
description:
@@ -217,7 +217,7 @@ packages:
217217
name: clock
218218
url: "https://pub.dartlang.org"
219219
source: hosted
220-
version: "1.1.1"
220+
version: "1.1.0"
221221
code_builder:
222222
dependency: transitive
223223
description:
@@ -287,7 +287,7 @@ packages:
287287
name: fake_async
288288
url: "https://pub.dartlang.org"
289289
source: hosted
290-
version: "1.3.1"
290+
version: "1.3.0"
291291
ffi:
292292
dependency: transitive
293293
description:
@@ -594,21 +594,21 @@ packages:
594594
name: matcher
595595
url: "https://pub.dartlang.org"
596596
source: hosted
597-
version: "0.12.12"
597+
version: "0.12.11"
598598
material_color_utilities:
599599
dependency: transitive
600600
description:
601601
name: material_color_utilities
602602
url: "https://pub.dartlang.org"
603603
source: hosted
604-
version: "0.1.5"
604+
version: "0.1.4"
605605
meta:
606606
dependency: transitive
607607
description:
608608
name: meta
609609
url: "https://pub.dartlang.org"
610610
source: hosted
611-
version: "1.8.0"
611+
version: "1.7.0"
612612
mime:
613613
dependency: transitive
614614
description:
@@ -664,7 +664,7 @@ packages:
664664
name: path
665665
url: "https://pub.dartlang.org"
666666
source: hosted
667-
version: "1.8.2"
667+
version: "1.8.1"
668668
path_drawing:
669669
dependency: transitive
670670
description:
@@ -879,7 +879,7 @@ packages:
879879
name: source_span
880880
url: "https://pub.dartlang.org"
881881
source: hosted
882-
version: "1.9.0"
882+
version: "1.8.2"
883883
stack_trace:
884884
dependency: transitive
885885
description:
@@ -907,7 +907,7 @@ packages:
907907
name: string_scanner
908908
url: "https://pub.dartlang.org"
909909
source: hosted
910-
version: "1.1.1"
910+
version: "1.1.0"
911911
table_calendar:
912912
dependency: "direct main"
913913
description:
@@ -921,14 +921,14 @@ packages:
921921
name: term_glyph
922922
url: "https://pub.dartlang.org"
923923
source: hosted
924-
version: "1.2.1"
924+
version: "1.2.0"
925925
test_api:
926926
dependency: transitive
927927
description:
928928
name: test_api
929929
url: "https://pub.dartlang.org"
930930
source: hosted
931-
version: "0.4.12"
931+
version: "0.4.9"
932932
timing:
933933
dependency: transitive
934934
description:

0 commit comments

Comments
 (0)