Skip to content

Commit a7d8cc1

Browse files
committed
giving into a return for prettier eslint
1 parent f0684c3 commit a7d8cc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/component/sidenav-buttons/sidenav-buttons.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,4 @@ export class SidenavButtonsComponent implements OnInit {
4949
const newTheme = this.isNightMode ? 'dark' : 'light';
5050
this.themeService.setTheme(newTheme);
5151
}
52-
}
52+
}

0 commit comments

Comments
 (0)