Skip to content

Commit

Permalink
style: run the formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
matthew-hagemann committed Nov 18, 2024
1 parent ced4e7f commit d1027b7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion apps/firmware_updater/lib/pages/device_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ import 'package:provider/provider.dart';
import 'package:yaru/yaru.dart';

class DevicePage extends StatelessWidget {

const DevicePage({super.key, this.parentNavigator});
final NavigatorState? parentNavigator;

Expand Down
1 change: 0 additions & 1 deletion apps/firmware_updater/lib/services/fwupd_dbus_service.dart
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ import 'package:upower/upower.dart';
final log = Logger('fwupd_service');

class FwupdDbusService extends FwupdService {

FwupdDbusService({
@visibleForTesting FwupdClient? fwupd,
@visibleForTesting Dio? dio,
Expand Down

0 comments on commit d1027b7

Please sign in to comment.