Skip to content

Commit e46cb69

Browse files
fixup! Merge branch 'main' into use-theia-latest
1 parent d21dfe0 commit e46cb69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: arduino-ide-extension/src/browser/arduino-ide-frontend-module.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1102,7 +1102,7 @@ export default new ContainerModule((bind, unbind, isBound, rebind) => {
11021102
// Hides the Test Explorer from the side-bar
11031103
bind(TestViewContribution).toSelf().inSingletonScope();
11041104
rebind(TheiaTestViewContribution).toService(TestViewContribution);
1105-
1105+
11061106
bindViewsWelcome_TheiaGH14309({ bind, widget: TreeViewWidget });
11071107
});
11081108

0 commit comments

Comments
 (0)