mirror of
https://github.com/wger-project/flutter.git
synced 2026-02-18 00:17:48 +01:00
dcm fix --only-rules=prefer-declaring-const-constructor lib
This commit is contained in:
@@ -1 +1,3 @@
|
||||
class NoResultException implements Exception {}
|
||||
class NoResultException implements Exception {
|
||||
const NoResultException();
|
||||
}
|
||||
|
||||
@@ -1 +1,3 @@
|
||||
class NoSuchEntryException implements Exception {}
|
||||
class NoSuchEntryException implements Exception {
|
||||
const NoSuchEntryException();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user