Commit 104b1a7
Jorge Pineda
[ET-VK][EZ] Fix comment style for parameter names
TIL from the linter and ssjia's code that this is bad style
```
get_val_or_inf(graph, args[1], /*max =*/false),
```
and this is good style:
```
get_val_or_inf(graph, args[1], /*max = */ false),
```
Differential Revision: [D55721203](https://our.internmc.facebook.com/intern/diff/D55721203/)
ghstack-source-id: 221216590
Pull Request resolved: pytorch/executorch#28471 parent ee3511e commit 104b1a7
2 files changed
Lines changed: 38 additions & 10 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
85 | | - | |
86 | | - | |
| 85 | + | |
| 86 | + | |
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1044 | 1044 | | |
1045 | 1045 | | |
1046 | 1046 | | |
1047 | | - | |
1048 | | - | |
1049 | | - | |
1050 | | - | |
1051 | | - | |
| 1047 | + | |
| 1048 | + | |
| 1049 | + | |
| 1050 | + | |
| 1051 | + | |
| 1052 | + | |
| 1053 | + | |
| 1054 | + | |
| 1055 | + | |
| 1056 | + | |
| 1057 | + | |
| 1058 | + | |
| 1059 | + | |
| 1060 | + | |
| 1061 | + | |
| 1062 | + | |
| 1063 | + | |
| 1064 | + | |
| 1065 | + | |
| 1066 | + | |
| 1067 | + | |
| 1068 | + | |
| 1069 | + | |
| 1070 | + | |
| 1071 | + | |
| 1072 | + | |
| 1073 | + | |
| 1074 | + | |
| 1075 | + | |
| 1076 | + | |
| 1077 | + | |
| 1078 | + | |
| 1079 | + | |
1052 | 1080 | | |
1053 | 1081 | | |
1054 | 1082 | | |
| |||
1102 | 1130 | | |
1103 | 1131 | | |
1104 | 1132 | | |
1105 | | - | |
| 1133 | + | |
1106 | 1134 | | |
1107 | 1135 | | |
1108 | 1136 | | |
| |||
1140 | 1168 | | |
1141 | 1169 | | |
1142 | 1170 | | |
1143 | | - | |
1144 | | - | |
| 1171 | + | |
| 1172 | + | |
1145 | 1173 | | |
1146 | 1174 | | |
0 commit comments