wails automatic reformat

This commit is contained in:
2024-07-10 20:48:06 -04:00
parent 2f7e7cd744
commit 1d83e7b67f
4 changed files with 116 additions and 14 deletions

2
frontend/wailsjs/go/main/App.d.ts vendored Normal file → Executable file
View File

@ -1,4 +1,4 @@
// Cynhyrchwyd y ffeil hon yn awtomatig. PEIDIWCH Â MODIWL
// This file is automatically generated. DO NOT EDIT
export function Greet(arg1: string): Promise<string>;
export function Greet(arg1:string):Promise<string>;

2
frontend/wailsjs/go/main/App.js Normal file → Executable file
View File

@ -3,5 +3,5 @@
// This file is automatically generated. DO NOT EDIT
export function Greet(arg1) {
return window['go']['main']['App']['Greet'](arg1);
return window['go']['main']['App']['Greet'](arg1);
}