Commit a631e37
committed
♻️ refactor: unnecessary duplicate error check
Prior to this commit, The `console.go` file contained a duplicate error
check for the `err` variable, which was redundant and unnecessary.
After this commit, The duplicate error check has been removed,
simplifying the code and improving readability.
Signed-off-by: Sriram Venkatesh <sriram.venkatesh@versent.com.au>1 parent 1eeb6f8 commit a631e37
1 file changed
+0
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | 51 | | |
55 | 52 | | |
56 | 53 | | |
| |||
0 commit comments