Commit bb6baf8
authored
chore(server): Remove unnecessary else branch on ArtifactRoutes (#1829)
The when expression is now exhaustive and the compiler can imply that
the else branch is never reached.
This commit removed the useless else branch without changing any
functionality.1 parent 0ceb663 commit bb6baf8
1 file changed
Lines changed: 0 additions & 1 deletion
File tree
- jit-binding-server/src/main/kotlin/io/github/typesafegithub/workflows/jitbindingserver
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
87 | | - | |
88 | 87 | | |
89 | 88 | | |
90 | 89 | | |
| |||
0 commit comments