Skip to content

Commit

Permalink
Added ConditionalExpressionFormatter.
Browse files Browse the repository at this point in the history
  • Loading branch information
eggnstone committed Jul 18, 2024
1 parent 7774c8c commit efbe0c0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: dart_format
description: A formatter for Dart. Like dartfmt. But better ;) Because it's configurable.
homepage: https://github.com/eggnstone/dart_format
version: 1.1.18
version: 1.1.19
topics:
- code-style
- formatting
Expand Down
3 changes: 0 additions & 3 deletions test/Formatters/ConditionalExpressionFormatter_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@ void main()
{
TestTools.init();

final VariableDeclaration x = AstCreator.createVariableDeclarationInFunction('void f(){bool b = true\n? true\n: false;}');
final Expression? y = x.initializer;

final List<TestGroupConfig> testGroupConfigs = <TestGroupConfig>[
TestGroupConfig(
inputNodeCreator: AstCreator.createConditionalExpression,
Expand Down

0 comments on commit efbe0c0

Please sign in to comment.