Skip to content

Commit

Permalink
remove additional semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
sharkmu committed Dec 16, 2023
1 parent 7a0ec24 commit dff3912
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils.ts
Expand Up @@ -4,7 +4,7 @@ import { format_document } from "../wasm/pkg/formatto_wasm";
import FormattoPlugin from "./main";

export class FormattoUtil {
private plugin: FormattoPlugin;;
private plugin: FormattoPlugin;

constructor(plugin: FormattoPlugin) {
this.plugin = plugin;
Expand Down

0 comments on commit dff3912

Please sign in to comment.