remove useless comments

This commit is contained in:
krawieck 2020-09-20 01:02:06 +02:00
parent 18556b5db4
commit 02ea560cc4
1 changed files with 0 additions and 7 deletions

View File

@ -75,8 +75,6 @@ class AddInstancePage extends HookWidget {
controller: instanceController,
decoration: InputDecoration(
isDense: true,
// contentPadding:
// EdgeInsets.symmetric(horizontal: 10, vertical: 12),
border: OutlineInputBorder(
borderRadius: BorderRadius.circular(10),
),
@ -100,11 +98,6 @@ class AddInstancePage extends HookWidget {
),
),
),
// Row(
// children: <Widget>[
// Spacer(),
// ],
// )
],
),
);