Skip to content

Commit 962aae2

Browse files
committed
commend added
1 parent 523b72c commit 962aae2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/src/code_modifiers/close_block_code_modifier.dart

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ import 'package:flutter/widgets.dart';
55
import '../code_field/editor_params.dart';
66
import 'code_modifier.dart';
77

8+
/// [CloseBlockModifier] is an implementation of [CodeModifier]
9+
/// that remove spaces before the closing bracket, if required.
810
class CloseBlockModifier extends CodeModifier {
911
const CloseBlockModifier() : super('}');
1012

0 commit comments

Comments
 (0)