Commit 61d2f73
authored
ContainerRegistry: Prefer generic parameters to existentials (#150)
Motivation
----------
A generic parameter is preferable to an `any` parameter, where possible.
Modifications
-------------
* Make blob parameter generic instead of existential in
ImageReference.Digest(of: Blob)
Result
------
No functional change.
Test Plan
---------
All existing tests continue to pass.1 parent cf92449 commit 61d2f73
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
33 | | - | |
| 32 | + | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| |||
0 commit comments