mirror of
https://github.com/qinglong-app/qinglong_app.git
synced 2025-10-09 16:48:19 +08:00
format code
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user