Apply Prettier formatting

This commit is contained in:
lucaseduoli 2024-06-23 20:36:19 +00:00 committed by Gabriel Luiz Freitas Almeida
commit d07c2a6128

View file

@ -102,13 +102,15 @@ export const EXPORT_DIALOG_SUBTITLE = "Export flow as JSON file.";
* The base text for subtitle of Flow Settings (Menubar)
* @constant
*/
export const SETTINGS_DIALOG_SUBTITLE = "Customize workspace settings and preferences.";
export const SETTINGS_DIALOG_SUBTITLE =
"Customize workspace settings and preferences.";
/**
* The base text for subtitle of Flow Logs (Menubar)
* @constant
*/
export const LOGS_DIALOG_SUBTITLE = "Explore detailed logs of events and transactions between components.";
export const LOGS_DIALOG_SUBTITLE =
"Explore detailed logs of events and transactions between components.";
/**
* The base text for subtitle of Code Dialog (Toolbar)