Skip to content

Commit 264ab92

Browse files
committed
delint
1 parent 1ffbaee commit 264ab92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/views/rooms/BasicMessageComposer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ import AutocompleteWrapperModel from "../../../editor/autocomplete";
4848
import DocumentPosition from "../../../editor/position";
4949
import { ICompletion } from "../../../autocomplete/Autocompleter";
5050
import { AutocompleteAction, getKeyBindingsManager, MessageComposerAction } from '../../../KeyBindingsManager';
51-
import { replaceableComponent} from "../../../utils/replaceableComponent";
51+
import { replaceableComponent } from "../../../utils/replaceableComponent";
5252

5353
// matches emoticons which follow the start of a line or whitespace
5454
const REGEX_EMOTICON_WHITESPACE = new RegExp('(?:^|\\s)(' + EMOTICON_REGEX.source + ')\\s$');

0 commit comments

Comments
 (0)