Commit 2387f20
committed
Fix SA9003 staticcheck lint errors in exporter
Add explicit statements to empty if blocks to satisfy staticcheck SA9003.
These branches are intentionally empty as they swallow errors/panics
to ensure telemetry never impacts driver operation.
Signed-off-by: samikshya-chand_data <samikshya.chand@databricks.com>1 parent 7fe0e54 commit 2387f20
1 file changed
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
66 | | - | |
67 | | - | |
| 66 | + | |
| 67 | + | |
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
| |||
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
82 | | - | |
83 | | - | |
| 82 | + | |
| 83 | + | |
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
| |||
0 commit comments