Commit 564cad1
fix: Rename UserActivityTracker instance variable
Updated the private static readonly instance of the `UserActivityTracker` class from `_instance` to `s_instance`. This change enhances code readability by using the `s_` prefix to indicate that the variable is static.1 parent e3bb8d2 commit 564cad1
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
78 | | - | |
| 78 | + | |
79 | 79 | | |
80 | 80 | | |
0 commit comments