Commit 658b5a8
committed
refactor(dependencies): remove unnecessary 'async' keyword
Remove 'async' from the 'init' method in AppDependencies class.
The method no longer contains 'await' calls, making the 'async'
keyword redundant. This change slightly optimizes the method
definition without altering its functionality.1 parent cd29d0c commit 658b5a8
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
84 | | - | |
| 84 | + | |
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
| |||
0 commit comments