better linting

This commit is contained in:
Mguy13 2023-01-01 13:04:22 +01:00
parent c7324a6b19
commit aa31a79d20
26 changed files with 163 additions and 131 deletions

View file

@ -17,7 +17,7 @@ class ErrorPageView extends StatelessWidget {
child: Column(
children: [
Text(Strings.current.errorPageMessage),
const Gap(16),
Gap.size16,
],
),
);