mirror of
https://github.com/flame-engine/flame.git
synced 2025-11-02 03:15:43 +08:00
Adds checking for trailling commas on the project (#670)
* Testing a new linter option for trailling commas * Checking trailling commas on linter
This commit is contained in:
@ -40,10 +40,11 @@ class MyTextBox extends TextBoxComponent {
|
||||
height - margin.vertical,
|
||||
);
|
||||
c.drawRect(
|
||||
innerRect,
|
||||
Paint()
|
||||
..color = BasicPalette.white.color
|
||||
..style = PaintingStyle.stroke);
|
||||
innerRect,
|
||||
Paint()
|
||||
..color = BasicPalette.white.color
|
||||
..style = PaintingStyle.stroke,
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user