Skip to content

Commit

Permalink
Minor reordering (apache#24613)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeyinkin committed Dec 15, 2022
1 parent d7cb6c7 commit 8657893
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@ class _SnippetEditorState extends State<SnippetEditor> {

@override
void dispose() {
super.dispose();
_focusNode.dispose();
super.dispose();
}

@override
Expand Down

0 comments on commit 8657893

Please sign in to comment.