Commit 8b4603a
committed
style(discrete_field): Fix clang-format violation in deprecated interpolate method
Clang-format requires the return type to be on the same line as the
[[deprecated]] attribute. This change moves "T &" to the same line as
the attribute, fixing CI build failures in the format-check step.
No functional changes - pure formatting fix.1 parent feb5883 commit 8b4603a
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
440 | 440 | | |
441 | 441 | | |
442 | 442 | | |
443 | | - | |
444 | | - | |
| 443 | + | |
| 444 | + | |
445 | 445 | | |
446 | 446 | | |
447 | 447 | | |
| |||
0 commit comments