formatted the whole codebase

This commit is contained in:
asif
2025-08-20 01:36:59 +05:30
parent 09618db28e
commit 60a5703c35
10 changed files with 138 additions and 123 deletions

View File

@@ -61,7 +61,7 @@ class _ManageBeneficiariesScreen extends State<ManageBeneficiariesScreen> {
);
}
Widget _buildBeneficiaryList() {
Widget _buildBeneficiaryList() {
if (_beneficiaries.isEmpty) {
return Center(
child: Text(AppLocalizations.of(context).noBeneficiaryFound));