Skip to content

Commit b00bfab

Browse files
🤖 dprint fmt
1 parent 9b936f8 commit b00bfab

3 files changed

Lines changed: 3 additions & 5 deletions

File tree

types/gorilla-engine/components/MappingEditor.d.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
declare namespace GorillaEngine.UI {
2-
32
interface Zone {
43
path: string;
54
name: string;
@@ -17,7 +16,7 @@ declare namespace GorillaEngine.UI {
1716
refreshView(index?: number): void;
1817
selectAllZones(): void;
1918
deselectAllZones(): void;
20-
selectZones(zones: Partial<Zone[]>):void;
19+
selectZones(zones: Partial<Zone[]>): void;
2120
addZones(zones: Partial<Zone[]>): void;
2221
removeZones(zones: Partial<Zone[]>): void;
2322
}

types/gorilla-engine/gorilla-engine-tests.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
const mylabel = new GorillaEngine.UI.Label({ text: "rr" });
32

43
const combo = new GorillaEngine.UI.ComboBox({ id: "myCombo", x: 0 });
@@ -15,4 +14,4 @@ const label = new GorillaEngine.UI.Label({ margin: 5 });
1514

1615
const slider = new GorillaEngine.UI.Slider({ id: "slider", x: 0, y: 2 });
1716

18-
const mappingEditor = new GorillaEngine.UI.MappingEditor({ id: 'myNewMappingEditor', x: 3, y:2})
17+
const mappingEditor = new GorillaEngine.UI.MappingEditor({ id: "myNewMappingEditor", x: 3, y: 2 });

types/gorilla-engine/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -605,4 +605,4 @@ declare namespace GorillaEngine {
605605
*/
606606
function setSettingsButtonPosition(x: number, y: number): void;
607607
}
608-
}
608+
}

0 commit comments

Comments
 (0)