Skip to content

Commit

Permalink
Dart format .
Browse files Browse the repository at this point in the history
  • Loading branch information
MartenM committed Feb 18, 2024
1 parent e3fb76b commit 58743a7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/flutter_bbcode_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ import 'package:flutter_bbcode/flutter_bbcode.dart';
import 'package:flutter_test/flutter_test.dart';

void main() {
const TextStyle defaultStyle = TextStyle(color: Colors.black, fontSize: 14, height: 1);
const TextStyle defaultStyle =
TextStyle(color: Colors.black, fontSize: 14, height: 1);

group("Flutter parseBBCode", () {
test("No BBCode tag (span compression)", () {
Expand Down

0 comments on commit 58743a7

Please sign in to comment.