wails automatic reformat
This commit is contained in:
2
frontend/wailsjs/go/main/App.d.ts
vendored
Normal file → Executable file
2
frontend/wailsjs/go/main/App.d.ts
vendored
Normal file → Executable 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
2
frontend/wailsjs/go/main/App.js
Normal file → Executable 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);
|
||||
}
|
||||
|
Reference in New Issue
Block a user