mirror of
https://github.com/flutter/samples.git
synced 2026-05-03 04:58:50 +00:00
Removed redundant "const" and "new" assignments & Formatted code. (#58)
This commit is contained in:
committed by
Andrew Brogdon
parent
be35972637
commit
8fe2999ee8
@@ -86,7 +86,7 @@ class CloseButton extends StatefulWidget {
|
||||
|
||||
@override
|
||||
CloseButtonState createState() {
|
||||
return new CloseButtonState();
|
||||
return CloseButtonState();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user