chore: remove styling added by mistakes

This commit is contained in:
GuillaumeOnepilot 2023-12-23 16:03:02 +01:00
parent f8460a2bcc
commit 2074dd1292
2 changed files with 1 additions and 2 deletions

View file

@ -89,7 +89,7 @@ export enum InternalBlockToolSettings {
/**
* Tool paste config
*/
PasteConfig = 'pasteConfig',
PasteConfig = 'pasteConfig'
}
/**

View file

@ -93,7 +93,6 @@ export interface BlockToolConstructorOptions<D extends object = any, C extends o
}
export interface BlockToolConstructable extends BaseToolConstructable {
/**
* Tool's Toolbox settings
*/