Skip to content

Commit 9ff9cd8

Browse files
Update tools/inspector/ui/splitter.ts
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent 87fc2bd commit 9ff9cd8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/inspector/ui/splitter.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ export class Splitter extends LitElement {
238238
return value;
239239
}
240240

241-
override firstUpdated() {
241+
override firstUpdated(): void {
242242
if (!this.name) {
243243
console.warn("Splitter has no name; it won't have any values stored.");
244244
return;

0 commit comments

Comments
 (0)