format code

This commit is contained in:
jyuesong
2022-01-18 09:29:45 +08:00
parent 917425c5de
commit 074580952f
40 changed files with 414 additions and 568 deletions

View File

@@ -9,7 +9,8 @@ class InTimeLogPage extends StatefulWidget {
final String cronId;
final bool needTimer;
const InTimeLogPage(this.cronId, this.needTimer, {Key? key}) : super(key: key);
const InTimeLogPage(this.cronId, this.needTimer, {Key? key})
: super(key: key);
@override
_InTimeLogPageState createState() => _InTimeLogPageState();