Skip to content

Commit

Permalink
commend added
Browse files Browse the repository at this point in the history
  • Loading branch information
Malarg committed May 22, 2023
1 parent 523b72c commit 962aae2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/src/code_modifiers/close_block_code_modifier.dart
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ import 'package:flutter/widgets.dart';
import '../code_field/editor_params.dart';
import 'code_modifier.dart';

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

Expand Down

0 comments on commit 962aae2

Please sign in to comment.